Update app.py
Browse files
app.py
CHANGED
@@ -464,7 +464,7 @@ if __name__ == "__main__":
|
|
464 |
|
465 |
with gr.Column():
|
466 |
with gr.Row(equal_height=True):
|
467 |
-
gr.Image(source='upload', value="meta.png",tool="label", show_download_button=False, min_width=0, height=50, width=100,container=False, style="width: 0.5px; height: 0.5px; margin-right: 0px;")
|
468 |
# gr.Markdown(
|
469 |
# """
|
470 |
# # SAM-Output
|
@@ -475,7 +475,7 @@ if __name__ == "__main__":
|
|
475 |
).style(preview=True, grid=2, object_fit="scale-down")
|
476 |
|
477 |
with gr.Row(equal_height=True):
|
478 |
-
gr.Image(source='upload', value="vivo.png",tool="label", show_download_button=False, min_width=0, height=50, width=100,container=False, style="width: 0.5px; height: 0.5px; margin-right: 0px;")
|
479 |
# gr.Markdown(
|
480 |
# """
|
481 |
# # SAM-Output
|
|
|
464 |
|
465 |
with gr.Column():
|
466 |
with gr.Row(equal_height=True):
|
467 |
+
gr.Image(source='upload', value="meta&sam.png",tool="label", show_download_button=False, min_width=0, height=50, width=100,container=False, style="width: 0.5px; height: 0.5px; margin-right: 0px;")
|
468 |
# gr.Markdown(
|
469 |
# """
|
470 |
# # SAM-Output
|
|
|
475 |
).style(preview=True, grid=2, object_fit="scale-down")
|
476 |
|
477 |
with gr.Row(equal_height=True):
|
478 |
+
gr.Image(source='upload', value="vivo&asam.png",tool="label", show_download_button=False, min_width=0, height=50, width=100,container=False, style="width: 0.5px; height: 0.5px; margin-right: 0px;")
|
479 |
# gr.Markdown(
|
480 |
# """
|
481 |
# # SAM-Output
|