Spaces:
Running
Running
description
Browse files- app_pix2pix_video.py +1 -2
app_pix2pix_video.py
CHANGED
@@ -18,8 +18,7 @@ def create_demo(model: Model):
|
|
18 |
"""
|
19 |
<div style="text-align: left; max-width: 1200px; auto;">
|
20 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
21 |
-
Description:
|
22 |
-
For performance purposes the video is scaled down before processing. For faster inference you can choose lower output frames per seconds from Advanced Options.
|
23 |
</h3>
|
24 |
</div>
|
25 |
""")
|
|
|
18 |
"""
|
19 |
<div style="text-align: left; max-width: 1200px; auto;">
|
20 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
21 |
+
Description: For performance purposes, our current preview release caps output videos to no longer than 15 seconds and the input video is scaled down before processing. For faster inference you can choose lower output frames per seconds from Advanced Options.
|
|
|
22 |
</h3>
|
23 |
</div>
|
24 |
""")
|