Spaces:
Running
Running
, loop = True
Browse files
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,
|