Spaces:
Runtime error
Runtime error
improve descriptions
Browse files- 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 |
-
|
|
|
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():
|