Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -284,13 +284,12 @@ def start_app():
|
|
| 284 |
inputs=[ref_img, video, model_id, model],
|
| 285 |
outputs=output_video,
|
| 286 |
fn=app.predict,
|
| 287 |
-
cache_examples=
|
| 288 |
)
|
| 289 |
|
| 290 |
demo.launch(
|
| 291 |
server_name="0.0.0.0",
|
| 292 |
-
server_port=7860
|
| 293 |
-
cache_examples=True
|
| 294 |
)
|
| 295 |
|
| 296 |
|
|
|
|
| 284 |
inputs=[ref_img, video, model_id, model],
|
| 285 |
outputs=output_video,
|
| 286 |
fn=app.predict,
|
| 287 |
+
cache_examples="lazy",
|
| 288 |
)
|
| 289 |
|
| 290 |
demo.launch(
|
| 291 |
server_name="0.0.0.0",
|
| 292 |
+
server_port=7860
|
|
|
|
| 293 |
)
|
| 294 |
|
| 295 |
|