Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -701,10 +701,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
701 |
audio_input.stream(transcribe_function, inputs=[state, audio_input], outputs=[state, chat_input], api_name="voice_query_to_text")
|
702 |
single_chunk_button.click(fn=handle_single_chunk, inputs=[chatbot, choice, tts_choice, state], outputs=[chatbot],api_name="single_chunk")
|
703 |
|
704 |
-
with gr.Column():
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
|
709 |
|
710 |
with gr.Column():
|
|
|
701 |
audio_input.stream(transcribe_function, inputs=[state, audio_input], outputs=[state, chat_input], api_name="voice_query_to_text")
|
702 |
single_chunk_button.click(fn=handle_single_chunk, inputs=[chatbot, choice, tts_choice, state], outputs=[chatbot],api_name="single_chunk")
|
703 |
|
704 |
+
# with gr.Column():
|
705 |
+
# weather_output = gr.HTML(value=fetch_local_weather())
|
706 |
+
# news_output = gr.HTML(value=fetch_local_news())
|
707 |
+
# news_output = gr.HTML(value=fetch_local_events())
|
708 |
|
709 |
|
710 |
with gr.Column():
|