Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ARC4N3
/
test_gradio_app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ARC4N3
commited on
Sep 17, 2024
Commit
dcf3ceb
·
verified
·
1 Parent(s):
c6beb33
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ with gr.Blocks() as demo:
58
)
59
60
# Launch the Gradio app
61
-
demo.launch()
58
)
59
60
# Launch the Gradio app
61
+
demo.launch(
share = True
)