Update app.py
Browse files
app.py
CHANGED
|
@@ -21,8 +21,6 @@ from models_diffusers.controlnet_svd import ControlNetSVDModel
|
|
| 21 |
from models_diffusers.unet_spatio_temporal_condition import UNetSpatioTemporalConditionModel
|
| 22 |
from pipelines.pipeline_stable_video_diffusion_interp_control import StableVideoDiffusionInterpControlPipeline
|
| 23 |
from gradio_demo.utils_drag import *
|
| 24 |
-
import dill
|
| 25 |
-
import dill as pickle
|
| 26 |
|
| 27 |
import warnings
|
| 28 |
print("gr file", gr.__file__)
|
|
@@ -798,4 +796,4 @@ with gr.Blocks() as demo:
|
|
| 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.
|
|
|
|
| 21 |
from models_diffusers.unet_spatio_temporal_condition import UNetSpatioTemporalConditionModel
|
| 22 |
from pipelines.pipeline_stable_video_diffusion_interp_control import StableVideoDiffusionInterpControlPipeline
|
| 23 |
from gradio_demo.utils_drag import *
|
|
|
|
|
|
|
| 24 |
|
| 25 |
import warnings
|
| 26 |
print("gr file", gr.__file__)
|
|
|
|
| 796 |
|
| 797 |
run_button.click(Framer.run, [first_frame_path, last_frame_path, tracking_points, controlnet_cond_scale, motion_bucket_id], output_video)
|
| 798 |
|
| 799 |
+
demo.launch()
|