Spaces:
Runtime error
Runtime error
Commit
·
ffe0ba0
1
Parent(s):
35927e8
change from latentdiffusion to diffusion (latentdiffusion model is currently down)
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from huggingface_hub import snapshot_download
|
|
14 |
|
15 |
with warnings.catch_warnings():
|
16 |
warnings.simplefilter('ignore')
|
17 |
-
image_gen = gr.Interface.load("spaces/multimodalart/
|
18 |
|
19 |
os.system("git clone https://github.com/google-research/frame-interpolation")
|
20 |
sys.path.append("frame-interpolation")
|
|
|
14 |
|
15 |
with warnings.catch_warnings():
|
16 |
warnings.simplefilter('ignore')
|
17 |
+
image_gen = gr.Interface.load("spaces/multimodalart/diffusion")
|
18 |
|
19 |
os.system("git clone https://github.com/google-research/frame-interpolation")
|
20 |
sys.path.append("frame-interpolation")
|