atalaydenknalbant commited on
Commit
f8488cd
·
verified ·
1 Parent(s): 89ce213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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(