Yaron Koresh commited on
Commit
00319d6
·
verified ·
1 Parent(s): a99276a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -310,8 +310,8 @@ def events():
310
  prompt2.submit
311
  ],
312
  fn=handle,
313
- input=[img,prompt,prompt2,motion],
314
- output=result
315
  )
316
 
317
  def entry():
 
310
  prompt2.submit
311
  ],
312
  fn=handle,
313
+ inputs=[img,prompt,prompt2,motion],
314
+ outputs=result
315
  )
316
 
317
  def entry():