Spaces:
Runtime error
Runtime error
Commit
·
6c81c46
1
Parent(s):
c111a2e
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ if __name__ == "__main__":
|
|
| 89 |
|
| 90 |
with gr.Column(scale=2):
|
| 91 |
with gr.Row():
|
| 92 |
-
img_output = gr.Image(height=
|
| 93 |
|
| 94 |
gr.Markdown("## Sample Images")
|
| 95 |
gr.Examples(
|
|
@@ -120,7 +120,7 @@ if __name__ == "__main__":
|
|
| 120 |
|
| 121 |
with gr.Column(scale=2):
|
| 122 |
with gr.Row():
|
| 123 |
-
vid_output = gr.Image(height=
|
| 124 |
|
| 125 |
gr.Markdown("## Sample Videos")
|
| 126 |
gr.Examples(
|
|
|
|
| 89 |
|
| 90 |
with gr.Column(scale=2):
|
| 91 |
with gr.Row():
|
| 92 |
+
img_output = gr.Image(height=600, label="Segmentation")
|
| 93 |
|
| 94 |
gr.Markdown("## Sample Images")
|
| 95 |
gr.Examples(
|
|
|
|
| 120 |
|
| 121 |
with gr.Column(scale=2):
|
| 122 |
with gr.Row():
|
| 123 |
+
vid_output = gr.Image(height=600, label="Segmentation")
|
| 124 |
|
| 125 |
gr.Markdown("## Sample Videos")
|
| 126 |
gr.Examples(
|