Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cipherunhsiv
/
multimodal-emg-signal-classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cipherunhsiv
commited on
Dec 23, 2024
Commit
8153abe
·
verified
·
1 Parent(s):
0296c22
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ iface = gr.Interface(
42
description="Enter the 8 feature values to get a prediction."
43
)
44
45
-
iface.launch()
42
description="Enter the 8 feature values to get a prediction."
43
)
44
45
+
iface.launch(
share=True
)