Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks() as demo:
|
|
208 |
question_input = gr.Textbox(label="Ask a Question", placeholder="Type your question here...")
|
209 |
|
210 |
with gr.Column():
|
211 |
-
audio_output = gr.Audio(label="Audio", type="filepath", interactive=
|
212 |
|
213 |
with gr.Row():
|
214 |
with gr.Column():
|
|
|
208 |
question_input = gr.Textbox(label="Ask a Question", placeholder="Type your question here...")
|
209 |
|
210 |
with gr.Column():
|
211 |
+
audio_output = gr.Audio(label="Audio", type="filepath", interactive=False)
|
212 |
|
213 |
with gr.Row():
|
214 |
with gr.Column():
|