Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def inference(audio):
|
|
19 |
print(result.text)
|
20 |
return result.text, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
21 |
|
22 |
-
block = gr.Blocks(
|
23 |
with block:
|
24 |
with gr.Group():
|
25 |
with gr.Box():
|
|
|
19 |
print(result.text)
|
20 |
return result.text, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
21 |
|
22 |
+
block = gr.Blocks()
|
23 |
with block:
|
24 |
with gr.Group():
|
25 |
with gr.Box():
|