Omnibus commited on
Commit
38722bf
·
1 Parent(s): 277878d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -83,7 +83,8 @@ with gr.Blocks() as app:
83
  rem_btn=gr.Button()
84
  in_vid=gr.Video()
85
  with gr.Column():
86
- rem_vid=gr.Video()
 
87
  with gr.Row(visible=False):
88
  text_input=gr.Textbox()
89
  text_output=gr.Textbox()
 
83
  rem_btn=gr.Button()
84
  in_vid=gr.Video()
85
  with gr.Column():
86
+ #rem_vid=gr.Video()
87
+ rem_vid=gr.Image()
88
  with gr.Row(visible=False):
89
  text_input=gr.Textbox()
90
  text_output=gr.Textbox()