Loren commited on
Commit
6645fa0
·
verified ·
1 Parent(s): cc8013b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks(title="Voxtral") as voxtral:
176
  with gr.Column():
177
  with gr.Accordion("🤖 Ask audio file", open=True):
178
  question_chat = gr.Textbox(label="Enter your question about audio file:", placeholder="Enter your question about audio file")
179
- submit_chat = gr.Button("Ask audio file:", variant="primary")
180
  example_chat = [["What is the subject of this audio file?"], ["Quels sont les ingrédients ?"]]
181
  gr.Examples(
182
  examples=example_chat,
 
176
  with gr.Column():
177
  with gr.Accordion("🤖 Ask audio file", open=True):
178
  question_chat = gr.Textbox(label="Enter your question about audio file:", placeholder="Enter your question about audio file")
179
+ submit_chat = gr.Button("Ask audio file", variant="primary")
180
  example_chat = [["What is the subject of this audio file?"], ["Quels sont les ingrédients ?"]]
181
  gr.Examples(
182
  examples=example_chat,