Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -316,7 +316,7 @@ with gr.Blocks(css=css) as demo:
|
|
316 |
with gr.Column(elem_id="col-container"):
|
317 |
gr.Markdown(f"""# Kontext Relight 💡
|
318 |
""")
|
319 |
-
gr.Markdown(f"""Flux Kontext[dev] finetuned for scene relighting ✨
|
320 |
""")
|
321 |
|
322 |
with gr.Row():
|
@@ -373,7 +373,7 @@ with gr.Blocks(css=css) as demo:
|
|
373 |
|
374 |
with gr.Column():
|
375 |
result = gr.Image(label="Result", show_label=False, interactive=False)
|
376 |
-
final_prompt = gr.Textbox(label="Processed prompt")
|
377 |
# update prompt when dropdown changes
|
378 |
illumination_dropdown.change(
|
379 |
fn=update_prompt_from_dropdown,
|
|
|
316 |
with gr.Column(elem_id="col-container"):
|
317 |
gr.Markdown(f"""# Kontext Relight 💡
|
318 |
""")
|
319 |
+
gr.Markdown(f"""Flux Kontext[dev] finetuned for scene relighting ✨ [Download the LoRA](https://huggingface.co/kontext-community/relighting-kontext-dev-lora-v3/blob/main/relighting-kontext-dev-lora-v3.safetensors)
|
320 |
""")
|
321 |
|
322 |
with gr.Row():
|
|
|
373 |
|
374 |
with gr.Column():
|
375 |
result = gr.Image(label="Result", show_label=False, interactive=False)
|
376 |
+
final_prompt = gr.Textbox(label="Processed prompt", info="The structure of prompt to use if you download the LoRA")
|
377 |
# update prompt when dropdown changes
|
378 |
illumination_dropdown.change(
|
379 |
fn=update_prompt_from_dropdown,
|