prithivMLmods commited on
Commit
a5719dd
·
verified ·
1 Parent(s): 3af12da

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(css=css, theme=hot_pink_theme) as demo:
173
 
174
  with gr.Row():
175
  with gr.Column():
176
- input_image = gr.Image(label="Image [PIL]", type="pil", height="300")
177
  with gr.Row():
178
  prompt = gr.Text(
179
  label="Edit Prompt",
 
173
 
174
  with gr.Row():
175
  with gr.Column():
176
+ input_image = gr.Image(label="Upload Image", type="pil", height="300")
177
  with gr.Row():
178
  prompt = gr.Text(
179
  label="Edit Prompt",