Update app.py
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ if __name__ == "__main__":
|
|
319 |
|
320 |
with gr.Row():
|
321 |
with gr.Column():
|
322 |
-
input_video = gr.Video(label="Upload Video", interactive=True, height=512)
|
323 |
|
324 |
submit_btn = gr.Button(
|
325 |
"Reconstruct", scale=1, variant="primary"
|
|
|
319 |
|
320 |
with gr.Row():
|
321 |
with gr.Column():
|
322 |
+
input_video = gr.Video(label="Upload Video", sources=["upload"], interactive=True, height=512)
|
323 |
|
324 |
submit_btn = gr.Button(
|
325 |
"Reconstruct", scale=1, variant="primary"
|