Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ with gr.Blocks() as demo:
|
|
25 |
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Enter your negative prompt here")
|
26 |
submit_button = gr.Button("Generate Image")
|
27 |
with gr.Accordion('Load your custom models first'):
|
28 |
-
basem = gr.Textbox(label="Your base model"
|
29 |
-
secondm = gr.Textbox(label="Your LoRA model"
|
30 |
exports = gr.Button("Load your models")
|
31 |
exports.click(load_cust, inputs=[basem, secondm], outputs=[])
|
32 |
output_image = gr.Image(label="Generated Image")
|
|
|
25 |
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Enter your negative prompt here")
|
26 |
submit_button = gr.Button("Generate Image")
|
27 |
with gr.Accordion('Load your custom models first'):
|
28 |
+
basem = gr.Textbox(label="Your base model")
|
29 |
+
secondm = gr.Textbox(label="Your LoRA model")
|
30 |
exports = gr.Button("Load your models")
|
31 |
exports.click(load_cust, inputs=[basem, secondm], outputs=[])
|
32 |
output_image = gr.Image(label="Generated Image")
|