Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
aa6b486
1
Parent(s):
ff23fe9
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
#import gradio.helpers
|
3 |
import torch
|
4 |
import os
|
@@ -13,7 +14,7 @@ from PIL import Image
|
|
13 |
import uuid
|
14 |
import random
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
-
|
17 |
#gradio.helpers.CACHED_FOLDER = '/data/cache'
|
18 |
|
19 |
pipe = StableVideoDiffusionPipeline.from_pretrained(
|
|
|
1 |
import gradio as gr
|
2 |
+
import spaces
|
3 |
#import gradio.helpers
|
4 |
import torch
|
5 |
import os
|
|
|
14 |
import uuid
|
15 |
import random
|
16 |
from huggingface_hub import hf_hub_download
|
17 |
+
|
18 |
#gradio.helpers.CACHED_FOLDER = '/data/cache'
|
19 |
|
20 |
pipe = StableVideoDiffusionPipeline.from_pretrained(
|