Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
badrex
/
arabic-dialect-identifier-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
badrex
commited on
14 days ago
Commit
2dd1896
·
verified
·
1 Parent(s):
3534a0b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -158,4 +158,4 @@ demo = gr.Interface(
158
)
159
160
# Launch the app
161
-
demo.launch()
158
)
159
160
# Launch the app
161
+
demo.launch(
share=True
)