lev1 commited on
Commit
12f0eb3
1 Parent(s): 93447a6

improve descriptions

Browse files
Files changed (1) hide show
  1. app_pix2pix_video.py +2 -1
app_pix2pix_video.py CHANGED
@@ -13,7 +13,8 @@ def create_demo(model: Model):
13
  with gr.Blocks() as demo:
14
  with gr.Row():
15
  gr.Markdown('## Video Instruct Pix2Pix')
16
- gr.Markdown('#### Description: Our current preview release supports arbitrary length videos, and for performance purposes the video is scaled down before processing. For faster inference you can choose lower output frames per seconds from Advanced Options.')
 
17
 
18
  with gr.Row():
19
  with gr.Column():
 
13
  with gr.Blocks() as demo:
14
  with gr.Row():
15
  gr.Markdown('## Video Instruct Pix2Pix')
16
+ with gr.Row():
17
+ gr.Markdown('### Description: Our current preview release supports arbitrary length videos, and for performance purposes the video is scaled down before processing. For faster inference you can choose lower output frames per seconds from Advanced Options.')
18
 
19
  with gr.Row():
20
  with gr.Column():