Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FormosonBankDemos
/
Amis_ASR_transcription
like
0
Sleeping
App
Files
Files
Community
11
Fetching metadata from the HF Docker repository...
hunterschep
commited on
Apr 11
Commit
01a590b
·
verified
·
1 Parent(s):
031ac03
wrap main for safety
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -218,4 +218,5 @@ with gr.Blocks() as demo:
218
outputs=download_output
219
)
220
221
-
demo.launch()
218
outputs=download_output
219
)
220
221
+
if __name__ == "__main__":
222
+
demo.launch()