Spaces:
Runtime error
Runtime error
description
Browse files- app_pix2pix_video.py +2 -2
app_pix2pix_video.py
CHANGED
@@ -16,9 +16,9 @@ def create_demo(model: Model):
|
|
16 |
with gr.Row():
|
17 |
gr.HTML(
|
18 |
"""
|
19 |
-
<div style="text-align: left; max-width: 1200px;
|
20 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
21 |
-
Description: Our current preview release supports videos no longer than
|
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>
|
|
|
16 |
with gr.Row():
|
17 |
gr.HTML(
|
18 |
"""
|
19 |
+
<div style="text-align: left; max-width: 1200px; auto;">
|
20 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
21 |
+
Description: Our current preview release supports videos no longer than 15 second.
|
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>
|