Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -314,11 +314,11 @@ if __name__ == "__main__":
|
|
314 |
|
315 |
with gr.Blocks() as app:
|
316 |
with gr.Row():
|
317 |
-
positive_prompt = gr.Textbox(label="Positive Prompt",
|
318 |
with gr.Row():
|
319 |
num_frames = gr.Number(label="Number of Frames", value=60)
|
320 |
with gr.Row():
|
321 |
-
input_image = gr.Image(label="Input Image", type="
|
322 |
submit = gr.Button("Submit")
|
323 |
output_video = gr.Video(label="Output Video")
|
324 |
|
|
|
314 |
|
315 |
with gr.Blocks() as app:
|
316 |
with gr.Row():
|
317 |
+
positive_prompt = gr.Textbox(label="Positive Prompt", lines=2)
|
318 |
with gr.Row():
|
319 |
num_frames = gr.Number(label="Number of Frames", value=60)
|
320 |
with gr.Row():
|
321 |
+
input_image = gr.Image(label="Input Image", type="filepath")
|
322 |
submit = gr.Button("Submit")
|
323 |
output_video = gr.Video(label="Output Video")
|
324 |
|