Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ def doo(video, mode):
|
|
| 49 |
return 'output.mp4'
|
| 50 |
|
| 51 |
title = "🎞️Video Background Removal tool🎥"
|
| 52 |
-
description = """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
|
| 53 |
In this case consider trying Fast mode."""
|
| 54 |
iface = gr.Interface(
|
| 55 |
fn=doo,
|
|
|
|
| 49 |
return 'output.mp4'
|
| 50 |
|
| 51 |
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 |
iface = gr.Interface(
|
| 55 |
fn=doo,
|