Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -562,6 +562,7 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
|
562 |
audio_output = gr.Audio()
|
563 |
#bot_msg.then(generate_audio_elevenlabs, chatbot, audio_output)
|
564 |
bot_msg_audio = bot_msg.then(lambda history: generate_audio_elevenlabs(history[-1][1]), chatbot, audio_output)
|
|
|
565 |
|
566 |
with gr.Column():
|
567 |
gr.Markdown("<h1>Local Events</h1>", elem_id="events-markdown")
|
|
|
562 |
audio_output = gr.Audio()
|
563 |
#bot_msg.then(generate_audio_elevenlabs, chatbot, audio_output)
|
564 |
bot_msg_audio = bot_msg.then(lambda history: generate_audio_elevenlabs(history[-1][1]), chatbot, audio_output)
|
565 |
+
with gr.Row():
|
566 |
|
567 |
with gr.Column():
|
568 |
gr.Markdown("<h1>Local Events</h1>", elem_id="events-markdown")
|