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...
wrap main for safety
#11
by
hunterschep
- opened
Apr 11
base:
refs/heads/main
←
from:
refs/pr/11
Discussion
Files changed
+2
-1
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()