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

Remove label

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,8 +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")
30
- gr.Label("Illustation 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
 
31
  with gr.Row():
32
  gr.Markdown(news_article)