SIUBIU commited on
Commit
af149d1
1 Parent(s): 6ab2f0d

Update clothGen.py

Browse files
Files changed (1) hide show
  1. clothGen.py +1 -1
clothGen.py CHANGED
@@ -11,7 +11,7 @@ na_prompt = na_prompt_file.to_string(index=False)
11
 
12
 
13
  def cloth_gen(advice, gender):
14
- lora_path = "https://huggingface.co/PPSharks/PPSharksModels/resolve/main/NA.safetensors"
15
  if gender == "男":
16
  lora_path = "https://huggingface.co/PPSharks/PPSharksModels/resolve/main/NA.safetensors"
17
  elif gender == "女":
 
11
 
12
 
13
  def cloth_gen(advice, gender):
14
+ lora_path = "https://huggingface.co/PPSharks/PPSharksModels/resolve/main/NV.safetensors"
15
  if gender == "男":
16
  lora_path = "https://huggingface.co/PPSharks/PPSharksModels/resolve/main/NA.safetensors"
17
  elif gender == "女":