Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def gradio_interface():
|
|
158 |
examples_per_page = 4
|
159 |
)
|
160 |
|
161 |
-
output_video= gr.Video(label="Output Video", scale=
|
162 |
|
163 |
submit_button.click(process_image, inputs=[input_image], outputs=[output_video])
|
164 |
|
|
|
158 |
examples_per_page = 4
|
159 |
)
|
160 |
|
161 |
+
output_video= gr.Video(label="Output Video", scale=4)
|
162 |
|
163 |
submit_button.click(process_image, inputs=[input_image], outputs=[output_video])
|
164 |
|