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
2
Fetching metadata from the HF Docker repository...
Bagus
commited on
May 15, 2024
Commit
31b1add
·
verified
·
1 Parent(s):
5d04d28
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -117,4 +117,4 @@ interface = gr.Interface(
117
live=False,
118
examples=examples,
119
)
120
-
interface.launch(
enable_queue
=True)
117
live=False,
118
examples=examples,
119
)
120
+
interface.launch(
queue
=True)