Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -156,6 +156,7 @@ with gr.Blocks() as app:
|
|
156 |
with gr.Column():
|
157 |
output_image = gr.Image(type="pil", label="Annotated Image", visible=True)
|
158 |
output_video = gr.Video(label="Annotated Video", visible=False)
|
|
|
159 |
|
160 |
# Toggle input/output visibility
|
161 |
input_type.change(
|
|
|
156 |
with gr.Column():
|
157 |
output_image = gr.Image(type="pil", label="Annotated Image", visible=True)
|
158 |
output_video = gr.Video(label="Annotated Video", visible=False)
|
159 |
+
gr.DeepLinkButton()
|
160 |
|
161 |
# Toggle input/output visibility
|
162 |
input_type.change(
|