Spaces:
Runtime error
Runtime error
Commit
•
467563b
1
Parent(s):
6de6264
Update app.py
Browse files
app.py
CHANGED
@@ -353,7 +353,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
353 |
show_share_button=False,
|
354 |
height=450
|
355 |
)
|
356 |
-
custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA",
|
357 |
with gr.Column(scale=5):
|
358 |
with gr.Row():
|
359 |
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, info="Describe your subject (optional)", value="A person", elem_id="prompt")
|
|
|
353 |
show_share_button=False,
|
354 |
height=450
|
355 |
)
|
356 |
+
custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", interactive=False, info="Coming soon...")
|
357 |
with gr.Column(scale=5):
|
358 |
with gr.Row():
|
359 |
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, info="Describe your subject (optional)", value="A person", elem_id="prompt")
|