Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
QBRC
/
multiTAP
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
qbrcsupport
commited on
Nov 20, 2025
Commit
ef78d43
·
verified
·
1 Parent(s):
b3b6061
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -601,5 +601,5 @@ with gr.Blocks() as demo:
601
602
603
if __name__ == "__main__":
604
-
demo.launch()
605
601
602
603
if __name__ == "__main__":
604
+
demo.launch(
share=True
)
605