Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -310,8 +310,8 @@ def events():
|
|
310 |
prompt2.submit
|
311 |
],
|
312 |
fn=handle,
|
313 |
-
|
314 |
-
|
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():
|