PSNbst commited on
Commit
954ca90
·
verified ·
1 Parent(s): 4d84ad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -404,7 +404,7 @@ def build_interface():
404
  gender_desc = gender_selection_furry.lower() if gender_selection_furry else "neutral"
405
  species_data = FURRY_DATA.get(tc, {}).get(sc, [])
406
  species_details = next((item.get("Details", "unknown details") for item in species_data if item.get("Name") == spc), "unknown details")
407
- prompt += f", Furry: {furry_path}, {gender_description}, {species_details}" # 添加 Furry 类目路径
408
 
409
  # Debug 添加性别后的 Prompt
410
  print(f"Debug Prompt with Furry Gender: {prompt}")
 
404
  gender_desc = gender_selection_furry.lower() if gender_selection_furry else "neutral"
405
  species_data = FURRY_DATA.get(tc, {}).get(sc, [])
406
  species_details = next((item.get("Details", "unknown details") for item in species_data if item.get("Name") == spc), "unknown details")
407
+ prompt += f", Furry: {furry_path}, {gender_selection_furry}, {species_details}" # 添加 Furry 类目路径
408
 
409
  # Debug 添加性别后的 Prompt
410
  print(f"Debug Prompt with Furry Gender: {prompt}")