reab5555 commited on
Commit
69325b3
·
verified ·
1 Parent(s): ee56fe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -415,10 +415,10 @@ def create_interface():
415
 
416
  # Display example images in a row using Gradio Image components
417
  with gr.Row():
418
- gr.Image(value="appendix/gradio_example.png", width=250, show_label=False, interactive=False)
419
- gr.Image(value="appendix/gradio_example2.png", width=250, show_label=False, interactive=False)
420
- gr.Image(value="appendix/gradio_example3.png", width=250, show_label=False, interactive=False)
421
- gr.Image(value="appendix/gradio_example4.png", width=250, show_label=False, interactive=False)
422
 
423
 
424
  return demo
 
415
 
416
  # Display example images in a row using Gradio Image components
417
  with gr.Row():
418
+ gr.Image(value="appendix/gradio_example.png", width=250, show_label=False, interactive=False, show_download_button=False)
419
+ gr.Image(value="appendix/gradio_example2.png", width=250, show_label=False, interactive=False, show_download_button=False)
420
+ gr.Image(value="appendix/gradio_example3.png", width=250, show_label=False, interactive=False, show_download_button=False)
421
+ gr.Image(value="appendix/gradio_example4.png", width=250, show_label=False, interactive=False, show_download_button=False)
422
 
423
 
424
  return demo