lev1 commited on
Commit
08917df
Β·
1 Parent(s): 20ed7cb

description

Browse files
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; margin: 20px auto;">
20
  <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
21
- Description: Our current preview release supports videos no longer than 10 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>
 
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>