SaladSlayer00 commited on
Commit
79be334
·
1 Parent(s): 5c62aa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
91
  gr.Markdown("Make a short 5-7 seconds video as shown in the example, with good lighting and visible face for best results.")
92
  with gr.Row():
93
  with gr.Column():
94
- video = gr.File(label="Upload Your Video, Like This!", type="video", value=example_video_bytes)
95
 
96
  with gr.Column():
97
  name = gr.Textbox(label="Name")
 
91
  gr.Markdown("Make a short 5-7 seconds video as shown in the example, with good lighting and visible face for best results.")
92
  with gr.Row():
93
  with gr.Column():
94
+ video = gr.File(label="Upload Your Video, Like This!", type="binary", value=example_video_bytes)
95
 
96
  with gr.Column():
97
  name = gr.Textbox(label="Name")