Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,9 @@ def doo(video, color, mode, out_format, progress=gr.Progress()):
|
|
152 |
title = "🎞️ Video Background Removal Tool 🎥"
|
153 |
description = """*Please note that if your video file is long (has a high number of frames), there is a chance that processing break due to GPU timeout. In this case, consider trying Fast mode.*"""
|
154 |
|
155 |
-
examples = [
|
|
|
|
|
156 |
|
157 |
iface = gr.Interface(
|
158 |
fn=doo,
|
|
|
152 |
title = "🎞️ Video Background Removal Tool 🎥"
|
153 |
description = """*Please note that if your video file is long (has a high number of frames), there is a chance that processing break due to GPU timeout. In this case, consider trying Fast mode.*"""
|
154 |
|
155 |
+
examples = [
|
156 |
+
['./input.mp4', '#00FF00', 'Normal', 'mp4'],
|
157 |
+
]
|
158 |
|
159 |
iface = gr.Interface(
|
160 |
fn=doo,
|