Spaces:
Running
on
Zero
Running
on
Zero
amirgame197
commited on
Commit
β’
5374b2a
1
Parent(s):
15a2bfc
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def doo(video, mode, progress=gr.Progress()):
|
|
49 |
return str(tmpname) + '.mp4'
|
50 |
|
51 |
title = "ποΈ Video Background Removal Tool π₯"
|
52 |
-
description = """Please note that if your video file is long (
|
53 |
|
54 |
examples = [['./input.mp4']]
|
55 |
|
|
|
49 |
return str(tmpname) + '.mp4'
|
50 |
|
51 |
title = "ποΈ Video Background Removal Tool π₯"
|
52 |
+
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."""
|
53 |
|
54 |
examples = [['./input.mp4']]
|
55 |
|