Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SPERD
/
v2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jasonmomoo
commited on
Jun 4, 2024
Commit
c63d063
·
1 Parent(s):
d6d7b62
initial commit
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,4 @@ iface = gr.Interface(
56
)
57
58
print("Launching Gradio interface...")
59
-
iface.launch()
56
)
57
58
print("Launching Gradio interface...")
59
+
iface.launch(
share=True
)