s3nh commited on
Commit
a7ebbd0
·
verified ·
1 Parent(s): bdba1db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks() as demo:
178
  chatbot = gr.Chatbot(label='Llama Voice Chatbot', elem_classes="control-height")
179
  query = gr.Textbox(lines=2, label='Input')
180
  task_history = gr.State([])
181
- audio_output = gr.Audio('temp_file.wav', label="Generated Audio (wav)", type='filepath', autoplay=False)
182
  # with gr.Row():
183
  # submit_btn = gr.Button("🚀 Send an input file to LLM")
184
  with gr.Row():
 
178
  chatbot = gr.Chatbot(label='Llama Voice Chatbot', elem_classes="control-height")
179
  query = gr.Textbox(lines=2, label='Input')
180
  task_history = gr.State([])
181
+ audio_output = gr.Audio('ai_intro.wav', label="Generated Audio (wav)", type='filepath', autoplay=False)
182
  # with gr.Row():
183
  # submit_btn = gr.Button("🚀 Send an input file to LLM")
184
  with gr.Row():