fffiloni commited on
Commit
0269ee9
1 Parent(s): 5d8a4a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -152,9 +152,9 @@ with gr.Blocks() as demo:
152
 
153
  submit_btn.click(fn=infer,
154
  inputs=[prompt,
155
- video_path,
156
- condition,
157
- video_length,
158
- seed,
159
- ]
160
  outputs=[video_res])
 
152
 
153
  submit_btn.click(fn=infer,
154
  inputs=[prompt,
155
+ video_path,
156
+ condition,
157
+ video_length,
158
+ seed,
159
+ ],
160
  outputs=[video_res])