Spaces:
Running
on
Zero
Running
on
Zero
myniu
commited on
Commit
•
b0779c3
1
Parent(s):
1a1cd98
init
Browse files
app.py
CHANGED
@@ -841,4 +841,3 @@ with gr.Blocks() as demo:
|
|
841 |
run_button.click(DragNUWA_net.run, [first_frame_path, tracking_points, inference_batch_size, motion_brush_mask, motion_brush_viz, ctrl_scale], [hint_image, output_video, output_flow, output_video_mp4, output_flow_mp4])
|
842 |
|
843 |
demo.launch()
|
844 |
-
|
|
|
841 |
run_button.click(DragNUWA_net.run, [first_frame_path, tracking_points, inference_batch_size, motion_brush_mask, motion_brush_viz, ctrl_scale], [hint_image, output_video, output_flow, output_video_mp4, output_flow_mp4])
|
842 |
|
843 |
demo.launch()
|
|