Pijush2023 commited on
Commit
196051a
·
verified ·
1 Parent(s): 79b89a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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=500, height=200)
588
- image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=500, height=200)
589
- image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=500, height=200)
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