Jds20001 commited on
Commit
b356767
·
verified ·
1 Parent(s): 0a78832

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Identity (Kontext)"):
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("Explicit (FLUX.1-dev)"):
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",