Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jojohickman21
/
MyStuffv2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jojohickman21
commited on
Mar 11, 2025
Commit
d98304c
·
verified
·
1 Parent(s):
90582e1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -186,4 +186,4 @@ with gr.Blocks() as demo:
186
187
# Launch the app
188
if __name__ == "__main__":
189
-
demo.launch()
186
187
# Launch the app
188
if __name__ == "__main__":
189
+
demo.launch(
share=True
)