reab5555 commited on
Commit
ee56fe5
·
verified ·
1 Parent(s): 7e76b2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -384,10 +384,12 @@ def create_interface():
384
  value="appendix/icon.webp",
385
  width=65,
386
  interactive=False,
387
- show_label=False,
 
388
  elem_id="icon"
389
  )
390
- gr.Markdown("## Image Anomaly-Surprise Detection")
 
391
 
392
  gr.Markdown(
393
  "This project offers a tool that identifies surprising elements in images, "
 
384
  value="appendix/icon.webp",
385
  width=65,
386
  interactive=False,
387
+ show_label=False,
388
+ show_download_button=False,
389
  elem_id="icon"
390
  )
391
+ with gr.Column(scale=3):
392
+ gr.Markdown("## Image Anomaly-Surprise Detection")
393
 
394
  gr.Markdown(
395
  "This project offers a tool that identifies surprising elements in images, "