amirgame197 commited on
Commit
339d0f6
·
verified ·
1 Parent(s): 61ad648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 = [['./input.mp4']]
 
 
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,