Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
|
|
78 |
gr.Markdown("# FLUX Dev with Replicate API")
|
79 |
|
80 |
replicate_api = gr.Text(label="Replicate API", show_label=True, max_lines=1, placeholder="Enter Replicate API", container=True)
|
81 |
-
prompt = gr.Text(label="Prompt", show_label=True, max_lines=4, show_copy_button = True, placeholder="Enter your prompt", container=True)
|
82 |
with gr.Accordion("Advanced Settings", open=False):
|
83 |
with gr.Row():
|
84 |
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
|
|
|
78 |
gr.Markdown("# FLUX Dev with Replicate API")
|
79 |
|
80 |
replicate_api = gr.Text(label="Replicate API", show_label=True, max_lines=1, placeholder="Enter Replicate API", container=True)
|
81 |
+
prompt = gr.Text(label="Prompt", show_label=True, lines = 2, max_lines=4, show_copy_button = True, placeholder="Enter your prompt", container=True)
|
82 |
with gr.Accordion("Advanced Settings", open=False):
|
83 |
with gr.Row():
|
84 |
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
|