Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -301,7 +301,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
301 |
#gr.HTML("<center><b>Flux</b></center>")
|
302 |
#gr.load("models/XLabs-AI/flux-RealismLora")
|
303 |
text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
304 |
-
input_prompt = gr.Textbox(placeholder
|
305 |
image_output = gr.Image(type="pil", label="Image Output", format="png")
|
306 |
|
307 |
text_button.click(query, inputs=[input_prompt], outputs=[image_output])
|
|
|
301 |
#gr.HTML("<center><b>Flux</b></center>")
|
302 |
#gr.load("models/XLabs-AI/flux-RealismLora")
|
303 |
text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
304 |
+
input_prompt = gr.Textbox(placeholder="Image Prompt", lines=4)
|
305 |
image_output = gr.Image(type="pil", label="Image Output", format="png")
|
306 |
|
307 |
text_button.click(query, inputs=[input_prompt], outputs=[image_output])
|