Fabrice-TIERCELIN commited on
Commit
3e102d6
·
verified ·
1 Parent(s): dcbe3fa

, loop = True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ tab_img = gr.Interface(
103
  input_video = gr.Video(label='Input Video')
104
  input_model_video = gr.Radio([('x2', 2), ('x4', 4), ('x8', 8)], type="value", value=2, label="Model Upscale/Enhance Type")
105
  submit_video_button = gr.Button('Submit')
106
- output_video = gr.Video(label='Output Video', autoplay = True)
107
 
108
  tab_vid = gr.Interface(
109
  fn=infer_video,
 
103
  input_video = gr.Video(label='Input Video')
104
  input_model_video = gr.Radio([('x2', 2), ('x4', 4), ('x8', 8)], type="value", value=2, label="Model Upscale/Enhance Type")
105
  submit_video_button = gr.Button('Submit')
106
+ output_video = gr.Video(label='Output Video', autoplay = True, loop = True)
107
 
108
  tab_vid = gr.Interface(
109
  fn=infer_video,