Spaces:
Sleeping
Sleeping
Update clothGen.py
Browse files- clothGen.py +1 -1
clothGen.py
CHANGED
@@ -14,7 +14,7 @@ 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 |
-
|
18 |
lora_path = "https://huggingface.co/PPSharks/PPSharksModels/resolve/main/NV.safetensors"
|
19 |
|
20 |
prompt = prompt_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 == "女":
|
18 |
lora_path = "https://huggingface.co/PPSharks/PPSharksModels/resolve/main/NV.safetensors"
|
19 |
|
20 |
prompt = prompt_gen(advice, gender)
|