prithivMLmods commited on
Commit
ca6ba1f
·
verified ·
1 Parent(s): f9c3442

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
112
  Image manipulation with FLUX.1 Kontext adapters""")
113
  with gr.Row():
114
  with gr.Column():
115
- input_image = gr.Image(label="Image[pil]", type="pil", height="300")
116
  with gr.Row():
117
  prompt = gr.Text(
118
  label="Edit Prompt",
 
112
  Image manipulation with FLUX.1 Kontext adapters""")
113
  with gr.Row():
114
  with gr.Column():
115
+ input_image = gr.Image(label="Image [PIL]", type="pil", height="300")
116
  with gr.Row():
117
  prompt = gr.Text(
118
  label="Edit Prompt",