Spaces:
Running
Running
Update app.py
Browse files
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}, {
|
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}")
|