Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(css=css) as demo:
|
|
102 |
"""
|
103 |
)
|
104 |
|
105 |
-
video_in = gr.Video(type="
|
106 |
prompt_in = gr.Textbox(label="Prompt", placeholder="Darth Vader is surfing on waves", elem_id="prompt-in")
|
107 |
#inference_steps = gr.Slider(label="Inference Steps", minimum=10, maximum=100, step=1, value=40, interactive=False)
|
108 |
submit_btn = gr.Button("Submit")
|
|
|
102 |
"""
|
103 |
)
|
104 |
|
105 |
+
video_in = gr.Video(type="numpy", source="upload")
|
106 |
prompt_in = gr.Textbox(label="Prompt", placeholder="Darth Vader is surfing on waves", elem_id="prompt-in")
|
107 |
#inference_steps = gr.Slider(label="Inference Steps", minimum=10, maximum=100, step=1, value=40, interactive=False)
|
108 |
submit_btn = gr.Button("Submit")
|