Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stpete2
/
square_gradio
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
stpete2
commited on
Feb 24, 2025
Commit
a2efded
·
verified
·
1 Parent(s):
eb27dbd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ demo = gr.Interface(
12
)
13
14
if __name__ == "__main__":
15
-
demo.launch()
12
)
13
14
if __name__ == "__main__":
15
+
demo.launch(
share=True
)