lev1 commited on
Commit
ae4f698
1 Parent(s): e7e1980
Files changed (1) hide show
  1. 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; 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
  """)
 
16
  with gr.Row():
17
  gr.HTML(
18
  """
19
+ <div style="text-align: left; auto;">
20
  <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
21
+ Description: For performance purposes, our current preview release supports any input videos but 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
  """)