Boboiazumi commited on
Commit
b1b990f
·
verified ·
1 Parent(s): 0c07762

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as ged_page:
106
  with gr.Column(scale=8):
107
  pass
108
  with gr.Column(scale=2):
109
- output_video = gr.Video(height=405, width=720)
110
 
111
  solve_button.click(
112
  handle_roop,
 
106
  with gr.Column(scale=8):
107
  pass
108
  with gr.Column(scale=2):
109
+ output_video = gr.Image(height=405, width=720)
110
 
111
  solve_button.click(
112
  handle_roop,