Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bagus
/
speaker-verification-demo
like
3
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Bagus
commited on
May 15, 2024
Commit
a6e9c70
·
verified
·
1 Parent(s):
31b1add
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -117,4 +117,5 @@ interface = gr.Interface(
117
live=False,
118
examples=examples,
119
)
120
-
interface.launch(queue=True)
117
live=False,
118
examples=examples,
119
)
120
+
121
+
interface.launch()