Updated example file to Black video file
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ title = "🎞️Video Background Removal tool🎥"
|
|
52 |
description = r"""Please note that if your video file is long (or having high amount of frames) the result may be shorter than input video because of the GPU timeout.<br>
|
53 |
In this case consider trying Fast mode."""
|
54 |
|
55 |
-
examples = [['./
|
56 |
|
57 |
iface = gr.Interface(
|
58 |
fn=doo,
|
|
|
52 |
description = r"""Please note that if your video file is long (or having high amount of frames) the result may be shorter than input video because of the GPU timeout.<br>
|
53 |
In this case consider trying Fast mode."""
|
54 |
|
55 |
+
examples = [['./black.mp4'],]
|
56 |
|
57 |
iface = gr.Interface(
|
58 |
fn=doo,
|