Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -798,4 +798,4 @@ if __name__ == "__main__":
|
|
798 |
|
799 |
run_button.click(Framer.run, [first_frame_path, last_frame_path, tracking_points, controlnet_cond_scale, motion_bucket_id], output_video)
|
800 |
|
801 |
-
demo.launch()
|
|
|
798 |
|
799 |
run_button.click(Framer.run, [first_frame_path, last_frame_path, tracking_points, controlnet_cond_scale, motion_bucket_id], output_video)
|
800 |
|
801 |
+
demo.launch(max_threads=1)
|