Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cosmicman
/
CosmicMan-SDXL
like
26
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
cosmicman
commited on
Jun 13, 2024
Commit
0a0366e
Β·
verified
Β·
1 Parent(s):
eb5b057
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ gradio_app = gr.Interface(
15
)
16
17
if __name__ == "__main__":
18
-
gradio_app.launch()
15
)
16
17
if __name__ == "__main__":
18
+
gradio_app.launch(
share=True
)