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

improve descriptions

Browse files
Files changed (1) hide show
  1. app_pix2pix_video.py +2 -0
app_pix2pix_video.py CHANGED
@@ -13,6 +13,8 @@ def create_demo(model: Model):
13
  with gr.Blocks() as demo:
14
  with gr.Row():
15
  gr.Markdown('## Video Instruct Pix2Pix')
 
 
16
  with gr.Row():
17
  with gr.Column():
18
  input_image = gr.Video(label="Input Video",source='upload', type='numpy', format="mp4", visible=True).style(height="auto")
 
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():
20
  input_image = gr.Video(label="Input Video",source='upload', type='numpy', format="mp4", visible=True).style(height="auto")