save code

This commit is contained in:
colomi
2025-07-21 21:55:06 +08:00
parent c37e0e473d
commit e53e65b6f4
4 changed files with 116 additions and 33 deletions
+1
View File
@@ -182,6 +182,7 @@ def call_remote_gpu_server(task_data_str, server=None):
data = {
"human_url": task_data['request']['human_url'],
"cloth_url": task_data['request']["cloth_url"],
"no2":task_data['request']['no2'],
"output_format":task_data['request']['output_format']
}