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
df3877a
·
verified
·
1 Parent(s):
cd99971
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,5 @@ demo = gr.Interface(
25
26
demo.dependencies[0]["show_progress"] = False # the ha
27
28
-
demo.launch()
25
26
demo.dependencies[0]["show_progress"] = False # the ha
27
28
+
if __name__ == "__main__":
29
+
demo.launch()