promtd commited on
Commit
b497199
·
verified ·
1 Parent(s): d042c92

Updated example file to Black video file

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