Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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('
|
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():
|