rahul7star commited on
Commit
4f2f7f5
·
verified ·
1 Parent(s): d4138e4

Update app_lora_cpu.py

Browse files
Files changed (1) hide show
  1. app_lora_cpu.py +1 -1
app_lora_cpu.py CHANGED
@@ -284,7 +284,7 @@ def resize_image(image: Image.Image) -> Image.Image:
284
  return image_to_resize.resize((final_w, final_h), Image.LANCZOS)
285
 
286
 
287
- HF_MODEL = os.environ.get("HF_UPLOAD_REPO", "wan22-aot-image-2026-jan")
288
 
289
 
290
  # --- CPU-only upload function ---
 
284
  return image_to_resize.resize((final_w, final_h), Image.LANCZOS)
285
 
286
 
287
+ HF_MODEL = os.environ.get("HF_UPLOAD_REPO", "rahul7star/wan22-aot-image-2026-jan")
288
 
289
 
290
  # --- CPU-only upload function ---