vilarin commited on
Commit
1d8017a
1 Parent(s): 1d8c2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="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')
 
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')