sharner commited on
Commit
1a65fad
·
1 Parent(s): 4c20624

Image resize

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ with gr.Blocks() as demo:
26
  gr.Markdown("Reported by: " + news_source)
27
 
28
  with gr.Row():
29
- input_img = gr.Image("news_image.png", elem_id="news-img", height=480)
30
  # gr.Label("Image by DALL-E 3")
31
 
32
  with gr.Row():
 
26
  gr.Markdown("Reported by: " + news_source)
27
 
28
  with gr.Row():
29
+ input_img = gr.Image("news_image.png", elem_id="news-img", height=300)
30
  # gr.Label("Image by DALL-E 3")
31
 
32
  with gr.Row():