Update app.py
Browse files
app.py
CHANGED
|
@@ -262,7 +262,8 @@ with gr.Blocks(theme=gr.themes.Soft(), title="LINE Audio Transcription") as demo
|
|
| 262 |
transcribe_api,
|
| 263 |
inputs=[pw_api, file_data_api, file_name_api],
|
| 264 |
outputs=[result_api],
|
| 265 |
-
api_name="transcribe"
|
|
|
|
| 266 |
)
|
| 267 |
|
| 268 |
gr.Markdown("""
|
|
|
|
| 262 |
transcribe_api,
|
| 263 |
inputs=[pw_api, file_data_api, file_name_api],
|
| 264 |
outputs=[result_api],
|
| 265 |
+
api_name="transcribe",
|
| 266 |
+
queue=False
|
| 267 |
)
|
| 268 |
|
| 269 |
gr.Markdown("""
|