Update app.py (#8)
Browse files- Update app.py (d88b68180177c88326b0abcbb2f53e223e9f28f8)
Co-authored-by: pralayasimha yedida <pralayasimha@users.noreply.huggingface.co>
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 (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 |
|
|
|
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 |
|