Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gzsbwfj03
/
multiTAP_testing
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
gzsbwfj03
commited on
Dec 1, 2025
Commit
05982c7
·
verified
·
1 Parent(s):
06f698d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -603,5 +603,5 @@ with gr.Blocks() as demo:
603
604
605
if __name__ == "__main__":
606
-
demo.launch()
607
603
604
605
if __name__ == "__main__":
606
+
demo.launch(
share=True
)
607