Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -815,7 +815,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
815 |
news_output = gr.HTML(value=fetch_local_events())
|
816 |
|
817 |
with gr.Column():
|
818 |
-
|
819 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|
820 |
image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=400, height=400)
|
821 |
image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=400, height=400)
|
|
|
815 |
news_output = gr.HTML(value=fetch_local_events())
|
816 |
|
817 |
with gr.Column():
|
818 |
+
|
819 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|
820 |
image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=400, height=400)
|
821 |
image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=400, height=400)
|