Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leonel1122
/
CompVis-stable-diffusion-v1-4
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
leonel1122
commited on
Jan 19, 2023
Commit
1f1f22b
·
1 Parent(s):
0a75f47
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -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()