Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
qiaozhiling/AptaBLE
rramsey2026
/
AptaBLE
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
qiaozhiling
commited on
Dec 25, 2025
Commit
ff682a0
·
verified
·
1 Parent(s):
efe4ba4
Update gui.py
Browse files
Files changed (1)
hide
show
gui.py
+1
-1
gui.py
CHANGED
Viewed
@@ -92,4 +92,4 @@ iface = gr.Interface(
92
description=desc
93
)
94
95
-
iface.launch()
92
description=desc
93
)
94
95
+
iface.launch(
share=True
)