Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
gr.Markdown("# AI-Powered Video Generation")
|
57 |
|
58 |
with gr.Row():
|
59 |
-
image_input = gr.Image(type="
|
60 |
prompt_input = gr.Textbox(label="Enter the Prompt")
|
61 |
negative_prompt_input = gr.Textbox(label="Enter the Negative Prompt")
|
62 |
video_length_input = gr.Number(label="Video Length (seconds)", value=10, precision=0)
|
|
|
56 |
gr.Markdown("# AI-Powered Video Generation")
|
57 |
|
58 |
with gr.Row():
|
59 |
+
image_input = gr.Image(type="filepath", label="Upload Image")
|
60 |
prompt_input = gr.Textbox(label="Enter the Prompt")
|
61 |
negative_prompt_input = gr.Textbox(label="Enter the Negative Prompt")
|
62 |
video_length_input = gr.Number(label="Video Length (seconds)", value=10, precision=0)
|