save code
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@ def change_cloth_base64():
|
||||
if not cloth_filename:
|
||||
return jsonify({"ret":-1, 'msg': 'Failed to save cloth image'}), 500
|
||||
|
||||
img_url = f"http://112.126.94.241:18888/static/imgs/{cloth_filename}"
|
||||
img_url = f"http://117.50.44.174:18888/static/imgs/{cloth_filename}"
|
||||
|
||||
return process_change_cloth(human_filename, cloth_filename, output_format, img_url, is_generated)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user