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

Use dall-e image

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ 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=300)
30
- # gr.Label("Image by DALL-E 3")
31
 
32
  with gr.Row():
33
  gr.Markdown(news_article)
 
26
  gr.Markdown("Reported by: " + news_source)
27
 
28
  with gr.Row():
29
+ input_img = gr.Image("news_image.png", elem_id="news-img")
30
+ gr.Label("Illustation by DALL-E 3")
31
 
32
  with gr.Row():
33
  gr.Markdown(news_article)