Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -266,7 +266,7 @@ FLUX.1-dev has weaker safety training, so the NSFW LoRAs actually work here. Bes
|
|
| 266 |
with gr.Column(scale=1):
|
| 267 |
with gr.Tabs():
|
| 268 |
# === IDENTITY TAB ===
|
| 269 |
-
with gr.TabItem("
|
| 270 |
id_reference = gr.Image(
|
| 271 |
label="Reference Photo",
|
| 272 |
type="pil",
|
|
@@ -301,7 +301,7 @@ FLUX.1-dev has weaker safety training, so the NSFW LoRAs actually work here. Bes
|
|
| 301 |
)
|
| 302 |
|
| 303 |
# === EXPLICIT TAB ===
|
| 304 |
-
with gr.TabItem("
|
| 305 |
ex_input = gr.Image(
|
| 306 |
label="Starting Image (use an identity shot from the other tab)",
|
| 307 |
type="pil",
|
|
|
|
| 266 |
with gr.Column(scale=1):
|
| 267 |
with gr.Tabs():
|
| 268 |
# === IDENTITY TAB ===
|
| 269 |
+
with gr.TabItem("Norma Jean"):
|
| 270 |
id_reference = gr.Image(
|
| 271 |
label="Reference Photo",
|
| 272 |
type="pil",
|
|
|
|
| 301 |
)
|
| 302 |
|
| 303 |
# === EXPLICIT TAB ===
|
| 304 |
+
with gr.TabItem("Marilyn"):
|
| 305 |
ex_input = gr.Image(
|
| 306 |
label="Starting Image (use an identity shot from the other tab)",
|
| 307 |
type="pil",
|