leonel1122 commited on
Commit
1f1f22b
1 Parent(s): 0a75f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
-
3
- gr.Interface.load("models/CompVis/stable-diffusion-v1-4").launch()
 
1
  import gradio as gr
2
+ max_d=gr.Interface.load("spaces/Omnibus/maximum_diffusion")
3
+ max_d.launch()