Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|