Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -129,8 +129,8 @@ with gr.Blocks(css=CSS, js=JS, theme="Nymbo/Nymbo_Theme") as demo:
|
|
129 |
with gr.Row():
|
130 |
with gr.Column(scale=4):
|
131 |
with gr.Row():
|
132 |
-
img1 = gr.Image(type="
|
133 |
-
img2 = gr.Image(type="
|
134 |
with gr.Row():
|
135 |
prompt = gr.Textbox(label='Enter Your Prompt (Multi-Languages)', placeholder="Enter prompt...", scale=6)
|
136 |
sendBtn = gr.Button(scale=1, variant='primary')
|
|
|
129 |
with gr.Row():
|
130 |
with gr.Column(scale=4):
|
131 |
with gr.Row():
|
132 |
+
img1 = gr.Image(type="pil", label='flux Generated Image', height=600)
|
133 |
+
img2 = gr.Image(type="pil", label='LoRA Generated Image', height=600)
|
134 |
with gr.Row():
|
135 |
prompt = gr.Textbox(label='Enter Your Prompt (Multi-Languages)', placeholder="Enter prompt...", scale=6)
|
136 |
sendBtn = gr.Button(scale=1, variant='primary')
|