Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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,
|