Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
skarvsladd
/
Dream_a_little_dream
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
skarvsladd
commited on
Jun 4, 2024
Commit
5ca5b9e
·
verified
·
1 Parent(s):
7ded0c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
3
-
gr.load("models/runwayml/stable-diffusion-v1-5").launch(
share=True)
1
import gradio as gr
2
3
+
gr.load("models/runwayml/stable-diffusion-v1-5").launch(
4
+
)