Spaces:
Runtime error
Runtime error
Without preprocessing ?
Browse files
app.py
CHANGED
|
@@ -107,6 +107,7 @@ with gr.Blocks() as demo:
|
|
| 107 |
inputs=[reference_image, motion_sequence],
|
| 108 |
outputs=animation,
|
| 109 |
cache_examples=True,
|
|
|
|
| 110 |
)
|
| 111 |
|
| 112 |
# demo.queue(max_size=15, api_open=False)
|
|
|
|
| 107 |
inputs=[reference_image, motion_sequence],
|
| 108 |
outputs=animation,
|
| 109 |
cache_examples=True,
|
| 110 |
+
preprocess=False,
|
| 111 |
)
|
| 112 |
|
| 113 |
# demo.queue(max_size=15, api_open=False)
|