Spaces:
Build error
Build error
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
|
|
| 60 |
|
| 61 |
submit_btn.click(
|
| 62 |
fn = infer,
|
| 63 |
-
inputs = [text_prompt, action_prompt
|
| 64 |
outputs = [image_out, video_out]
|
| 65 |
)
|
| 66 |
|
|
|
|
| 60 |
|
| 61 |
submit_btn.click(
|
| 62 |
fn = infer,
|
| 63 |
+
inputs = [text_prompt, action_prompt],
|
| 64 |
outputs = [image_out, video_out]
|
| 65 |
)
|
| 66 |
|