Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Militaryint
/
ops
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Militaryint
commited on
Dec 17, 2025
Commit
805601d
·
verified
·
1 Parent(s):
ac74fd0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -146,4 +146,5 @@ demo=gr.Interface(
146
)
147
148
if __name__=="__main__":
149
-
demo.launch()
146
)
147
148
if __name__=="__main__":
149
+
demo.launch(
share=True
)
150
+