Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -316,7 +316,7 @@ with gr.Blocks() as demo:
|
|
| 316 |
with gr.Tab("Basic Version"):
|
| 317 |
with gr.Row():
|
| 318 |
image_input = gr.Image(type="pil")
|
| 319 |
-
description_input = gr.Textbox(label="Description", placeholder="Enter description here", lines=2)
|
| 320 |
with gr.Row():
|
| 321 |
submit_button = gr.Button("Generate Basic Video")
|
| 322 |
video_output = gr.Video(label="Generated Video")
|
|
@@ -330,7 +330,7 @@ with gr.Blocks() as demo:
|
|
| 330 |
with gr.Tab("Pro Version"):
|
| 331 |
with gr.Row():
|
| 332 |
image_input_pro = gr.Image(type="pil")
|
| 333 |
-
description_input_pro = gr.Textbox(label="Description", placeholder="Enter description here", lines=2)
|
| 334 |
with gr.Row():
|
| 335 |
submit_button_pro = gr.Button("Generate Pro Video")
|
| 336 |
video_output_pro = gr.Video(label="Generated Video")
|
|
|
|
| 316 |
with gr.Tab("Basic Version"):
|
| 317 |
with gr.Row():
|
| 318 |
image_input = gr.Image(type="pil")
|
| 319 |
+
description_input = gr.Textbox(label="Description", placeholder="Enter description here, e.g. '4k, high resolution'", lines=2)
|
| 320 |
with gr.Row():
|
| 321 |
submit_button = gr.Button("Generate Basic Video")
|
| 322 |
video_output = gr.Video(label="Generated Video")
|
|
|
|
| 330 |
with gr.Tab("Pro Version"):
|
| 331 |
with gr.Row():
|
| 332 |
image_input_pro = gr.Image(type="pil")
|
| 333 |
+
description_input_pro = gr.Textbox(label="Description", placeholder="Enter description here, e.g. '4k, high resolution'", lines=2)
|
| 334 |
with gr.Row():
|
| 335 |
submit_button_pro = gr.Button("Generate Pro Video")
|
| 336 |
video_output_pro = gr.Video(label="Generated Video")
|