Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -811,10 +811,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
811 |
# clear_btn.click(lambda: [None, ""], outputs=[stream_transcription, chat_input])
|
812 |
clear_button.click(lambda:[None,None] ,outputs=[chat_input, state])
|
813 |
|
814 |
-
with gr.Column():
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
|
819 |
with gr.Column():
|
820 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|
|
|
811 |
# clear_btn.click(lambda: [None, ""], outputs=[stream_transcription, chat_input])
|
812 |
clear_button.click(lambda:[None,None] ,outputs=[chat_input, state])
|
813 |
|
814 |
+
# with gr.Column():
|
815 |
+
# weather_output = gr.HTML(value=fetch_local_weather())
|
816 |
+
# news_output = gr.HTML(value=fetch_local_news())
|
817 |
+
# news_output = gr.HTML(value=fetch_local_events())
|
818 |
|
819 |
with gr.Column():
|
820 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|