Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -673,7 +673,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
673 |
with gr.Row():
|
674 |
with gr.Column():
|
675 |
#video_input = gr.UploadButton("Click to Upload a video", file_types=["video"], file_count="single") #gr.Video() # height=300,width=300
|
676 |
-
video_input = gr.
|
677 |
#link = gr.HTML()
|
678 |
#video_input.change(submit_file_func, video_input, [video_input, link], show_progress='full')
|
679 |
|
|
|
673 |
with gr.Row():
|
674 |
with gr.Column():
|
675 |
#video_input = gr.UploadButton("Click to Upload a video", file_types=["video"], file_count="single") #gr.Video() # height=300,width=300
|
676 |
+
video_input = gr.File(label="Submit a short Video")
|
677 |
#link = gr.HTML()
|
678 |
#video_input.change(submit_file_func, video_input, [video_input, link], show_progress='full')
|
679 |
|