Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MohamedRashad
/
Infinity
like
9
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
MohamedRashad
commited on
14 days ago
Commit
0865c91
·
verified
·
1 Parent(s):
2663031
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -591,4 +591,4 @@ with gr.Blocks() as demo:
591
)
592
593
# Launch the Gradio app
594
-
demo.launch(ssr_mode=False)
591
)
592
593
# Launch the Gradio app
594
+
demo.launch(ssr_mode=False
, share=True
)