Spaces:
Sleeping
Sleeping
Update clothGen.py
Browse files- 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/
|
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 == "女":
|