Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,12 +143,12 @@ def main():
|
|
| 143 |
"oppai_loli",
|
| 144 |
"2024",
|
| 145 |
"bespectacled",
|
| 146 |
-
"2023",
|
| 147 |
"gas_mask",
|
| 148 |
"adjusting_eyewear",
|
| 149 |
"flat_chest",
|
| 150 |
"photo_background",
|
| 151 |
"asian",
|
|
|
|
| 152 |
"2025",
|
| 153 |
"spot_color",
|
| 154 |
"holding_sex_toy",
|
|
@@ -372,7 +372,7 @@ def main():
|
|
| 372 |
prompts.append(general_part)
|
| 373 |
|
| 374 |
# Join all prompts with blank lines
|
| 375 |
-
return "\n".join(prompts)
|
| 376 |
|
| 377 |
submit.click(
|
| 378 |
process_images,
|
|
|
|
| 143 |
"oppai_loli",
|
| 144 |
"2024",
|
| 145 |
"bespectacled",
|
|
|
|
| 146 |
"gas_mask",
|
| 147 |
"adjusting_eyewear",
|
| 148 |
"flat_chest",
|
| 149 |
"photo_background",
|
| 150 |
"asian",
|
| 151 |
+
"2023",
|
| 152 |
"2025",
|
| 153 |
"spot_color",
|
| 154 |
"holding_sex_toy",
|
|
|
|
| 372 |
prompts.append(general_part)
|
| 373 |
|
| 374 |
# Join all prompts with blank lines
|
| 375 |
+
return "\n\n".join(prompts)
|
| 376 |
|
| 377 |
submit.click(
|
| 378 |
process_images,
|