jeremyrmanning commited on
Commit
ffe0ba0
·
1 Parent(s): 35927e8

change from latentdiffusion to diffusion (latentdiffusion model is currently down)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/latentdiffusion")
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")