Spaces:
Build error
Build error
Rich Gregson
commited on
Commit
•
8c9c4e8
1
Parent(s):
9e55cdd
Update app.py
Browse files
app.py
CHANGED
@@ -181,11 +181,6 @@ with block:
|
|
181 |
btn = gr.Button("Transcribe")
|
182 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
183 |
with gr.Group(elem_id="share-btn-container"):
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
btn.click(inference, inputs=[audio], outputs=[text])
|
190 |
|
191 |
gr.HTML('''
|
|
|
181 |
btn = gr.Button("Transcribe")
|
182 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
183 |
with gr.Group(elem_id="share-btn-container"):
|
|
|
|
|
|
|
|
|
|
|
184 |
btn.click(inference, inputs=[audio], outputs=[text])
|
185 |
|
186 |
gr.HTML('''
|