Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mutisya/transcribe-api-feb24
mutisya
/
transcribe-api-proxy
like
0
Sleeping
App
Files
Files
Community
mutisya
commited on
Feb 6
Commit
df3877a
•
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()