sofianhw commited on
Commit
fdb53e2
·
verified ·
1 Parent(s): b24a10e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def infer(video_in):
86
  return final_video
87
 
88
  # Gradio Interface
89
- inputs = gr.Video(label="Input", source="upload", type="filepath")
90
  outputs = gr.Video(label="Output")
91
  title = "LaMa Video Watermark Remover"
92
  description = (
 
86
  return final_video
87
 
88
  # Gradio Interface
89
+ inputs = gr.Video(label="Input")
90
  outputs = gr.Video(label="Output")
91
  title = "LaMa Video Watermark Remover"
92
  description = (