Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mutisya/translate-api-proxy
mutisya
/
speak-api-proxy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mutisya
commited on
Feb 6, 2024
Commit
73fa721
·
verified
·
1 Parent(s):
2a8244e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -23,4 +23,6 @@ demo = gr.Interface(
23
live=True,
24
)
25
26
demo.launch()
23
live=True,
24
)
25
26
+
demo.dependencies[0]["show_progress"] = False # the ha
27
+
28
demo.launch()