Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kevinszeto
/
stable-diffusion-animation
like
11
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
kevinszeto
commited on
Nov 21, 2022
Commit
3e64a2c
·
1 Parent(s):
4587c81
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,5 +17,5 @@ demo = gr.Interface(
17
allow_flagging="never"
18
)
19
20
-
demo.launch(
share=True
)
21
17
allow_flagging="never"
18
)
19
20
+
demo.launch()
21