Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Walmart-the-bag/Juggernaut-X-v10
ezb
/
Juggernaut-X-v10
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ezb
commited on
May 27, 2024
Commit
9a40e0c
·
verified
·
1 Parent(s):
5120f4e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ gradio_interface = gr.Interface(
30
theme=gr.themes.Soft()
31
)
32
33
-
gradio_interface.launch(share=
true
)
30
theme=gr.themes.Soft()
31
)
32
33
+
gradio_interface.launch(share=
True, force_download=True
)