Spaces:
Runtime error
Runtime error
silvesterjk
commited on
Commit
•
85cd50a
1
Parent(s):
ae13d01
Update app.py
Browse files
app.py
CHANGED
@@ -169,6 +169,6 @@ with block:
|
|
169 |
|
170 |
textbox = gr.Textbox(show_label=False)
|
171 |
|
172 |
-
transcribe_button.click(transcribe, inputs=[audio], outputs=[textbox])
|
173 |
|
174 |
block.launch()
|
|
|
169 |
|
170 |
textbox = gr.Textbox(show_label=False)
|
171 |
|
172 |
+
transcribe_button.click(transcribe, inputs=[audio], outputs=[textbox],api_name="tystt")
|
173 |
|
174 |
block.launch()
|