Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -584,9 +584,9 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
|
584 |
news_output = gr.HTML(value=fetch_local_events())
|
585 |
with gr.Column():
|
586 |
gr.Markdown("<h1>Sponsored</h1>", elem_id="image-markdown")
|
587 |
-
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=
|
588 |
-
image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=
|
589 |
-
image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=
|
590 |
|
591 |
|
592 |
|
|
|
584 |
news_output = gr.HTML(value=fetch_local_events())
|
585 |
with gr.Column():
|
586 |
gr.Markdown("<h1>Sponsored</h1>", elem_id="image-markdown")
|
587 |
+
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|
588 |
+
image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=400, height=400)
|
589 |
+
image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=400, height=400)
|
590 |
|
591 |
|
592 |
|