Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def infer(prompt="", styles_Radio="(None)", feife_select=False, bigboobs_select
|
|
| 76 |
lora_scale=1.0,
|
| 77 |
)
|
| 78 |
|
| 79 |
-
if
|
| 80 |
# Define the replacement string
|
| 81 |
replacement = " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese slim girl, with light makeup, gazing deeply into the camera, "
|
| 82 |
|
|
|
|
| 76 |
lora_scale=1.0,
|
| 77 |
)
|
| 78 |
|
| 79 |
+
if feife_select:
|
| 80 |
# Define the replacement string
|
| 81 |
replacement = " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese slim girl, with light makeup, gazing deeply into the camera, "
|
| 82 |
|