Pijush2023 commited on
Commit
8385118
·
verified ·
1 Parent(s): 5896bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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():