Yaron Koresh commited on
Commit
0a5161c
·
verified ·
1 Parent(s): 843e793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ def events():
315
  prompt2.submit
316
  ],
317
  fn=handle,
318
- input=[img,prompt,prompt2,motion]
319
  output=result
320
  )
321
 
 
315
  prompt2.submit
316
  ],
317
  fn=handle,
318
+ input=[img,prompt,prompt2,motion],
319
  output=result
320
  )
321