aach456 commited on
Commit
409ee88
1 Parent(s): cef1a32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file", 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)
 
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)