yinshengming commited on
Commit
16a2b40
1 Parent(s): 89dc6d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks() as demo:
219
  2.4. Click "Delete last step" to delete the lastest clicked control point.<br>
220
  3. Animate the image according the path with a click on "Run" button. <br>""")
221
 
222
- DragNUWA_net = Drag("cuda:0", 'models/drag_nuwa_svd.pth', 'DragNUWA_net.py', 320, 576, 14)
223
  first_frame_path = gr.State()
224
  tracking_points = gr.State([])
225
 
 
219
  2.4. Click "Delete last step" to delete the lastest clicked control point.<br>
220
  3. Animate the image according the path with a click on "Run" button. <br>""")
221
 
222
+ DragNUWA_net = Drag("cuda:0", 'drag_nuwa.pth', 'DragNUWA_net.py', 320, 576, 14)
223
  first_frame_path = gr.State()
224
  tracking_points = gr.State([])
225