Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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 = (
|