Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
smajumdar
/
nemo_multilingual_language_id
like
26
Runtime error
App
Files
Files
Community
smajumdar
commited on
Oct 28, 2022
Commit
39cf8cc
•
1 Parent(s):
141a4e7
Enable sharing
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -135,4 +135,4 @@ with demo:
135
gr.components.HTML(ARTICLE)
136
137
demo.queue(concurrency_count=1)
138
-
demo.launch(
share=True
)
135
gr.components.HTML(ARTICLE)
136
137
demo.queue(concurrency_count=1)
138
+
demo.launch()