Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def doo(video, mode):
|
|
47 |
writer.release()
|
48 |
return 'output.mp4'
|
49 |
|
50 |
-
title = "
|
51 |
|
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."""
|
|
|
47 |
writer.release()
|
48 |
return 'output.mp4'
|
49 |
|
50 |
+
title = "---🎥"
|
51 |
|
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."""
|