Spaces:
Running
Running
selfitcamera
commited on
Commit
·
8738faf
1
Parent(s):
46ca478
init
Browse files
app.py
CHANGED
@@ -174,7 +174,6 @@ with gr.Blocks() as demo:
|
|
174 |
run_button.click(fn=onClick, inputs=[cloth_image, pose_image, size_slider],
|
175 |
outputs=[res_image, info_text, MK01])
|
176 |
|
177 |
-
pose_image.upload(fn=onUpload, inputs=[], outputs=[],)
|
178 |
demo.load(onLoad, inputs=[], outputs=[his_pose_image1, his_res_image1,
|
179 |
his_pose_image2, his_res_image2, his_pose_image3, his_res_image3,
|
180 |
his_pose_image4, his_res_image4, his_pose_image5, his_res_image5,
|
|
|
174 |
run_button.click(fn=onClick, inputs=[cloth_image, pose_image, size_slider],
|
175 |
outputs=[res_image, info_text, MK01])
|
176 |
|
|
|
177 |
demo.load(onLoad, inputs=[], outputs=[his_pose_image1, his_res_image1,
|
178 |
his_pose_image2, his_res_image2, his_pose_image3, his_res_image3,
|
179 |
his_pose_image4, his_res_image4, his_pose_image5, his_res_image5,
|