Pijush2023 commited on
Commit
df7b8fa
·
verified ·
1 Parent(s): f92e3ac

Update app.py

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