Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -541,7 +541,7 @@ with gr.Blocks(title="Voxtral") as voxtral:
|
|
| 541 |
)
|
| 542 |
submit_translate = gr.Button("Translate audio file", variant="primary")
|
| 543 |
text_translate = gr.Textbox(label="π¬ Generated translation", lines=10)
|
| 544 |
-
|
| 545 |
|
| 546 |
with gr.Column():
|
| 547 |
with gr.Accordion("π€ Ask audio file", open=True):
|
|
|
|
| 541 |
)
|
| 542 |
submit_translate = gr.Button("Translate audio file", variant="primary")
|
| 543 |
text_translate = gr.Textbox(label="π¬ Generated translation", lines=10)
|
| 544 |
+
status_translate = gr.Markdown()
|
| 545 |
|
| 546 |
with gr.Column():
|
| 547 |
with gr.Accordion("π€ Ask audio file", open=True):
|