Iceclear commited on
Commit
4e38b01
·
verified ·
1 Parent(s): 657048f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -406,7 +406,7 @@ with gr.Blocks(title="SeedVR2: One-Step Video Restoration via Diffusion Adversar
406
 
407
  # Interface
408
  with gr.Row():
409
- input_video = gr.File(label="Upload image or video", type="file")
410
  seed = gr.Number(label="Seeds", value=666)
411
  fps = gr.Number(label="fps", value=24)
412
 
 
406
 
407
  # Interface
408
  with gr.Row():
409
+ input_video = gr.File(label="Upload image or video", type="filepath")
410
  seed = gr.Number(label="Seeds", value=666)
411
  fps = gr.Number(label="fps", value=24)
412