Spaces:
Running
on
Zero
Running
on
Zero
myniu
commited on
Commit
•
1a1cd98
1
Parent(s):
c9341d0
init
Browse files
app.py
CHANGED
@@ -841,3 +841,4 @@ 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()
|
|
|
|
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 |
+
|