Spaces:
Runtime error
Runtime error
envs
Browse files
app.py
CHANGED
|
@@ -577,7 +577,8 @@ with block as demo:
|
|
| 577 |
outputs=[input_image, prompt, drag_mode, seed, personalized, tracking_points, first_frame_path],
|
| 578 |
fn=process_example,
|
| 579 |
run_on_click=True,
|
| 580 |
-
examples_per_page=10
|
|
|
|
| 581 |
)
|
| 582 |
|
| 583 |
with gr.Row():
|
|
|
|
| 577 |
outputs=[input_image, prompt, drag_mode, seed, personalized, tracking_points, first_frame_path],
|
| 578 |
fn=process_example,
|
| 579 |
run_on_click=True,
|
| 580 |
+
examples_per_page=10,
|
| 581 |
+
cache_examples=False,
|
| 582 |
)
|
| 583 |
|
| 584 |
with gr.Row():
|