gaur3009 commited on
Commit
66fa52a
·
verified ·
1 Parent(s): cfda776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def interface():
29
  with gr.Row():
30
  with gr.Column():
31
  prompt = gr.Textbox(label="Editing Prompt", placeholder="e.g., change the color of the t-shirt to red")
32
- input_image = gr.Image(label="Upload Image", tool="editor", type="pil")
33
  output_image = gr.Image(label="Edited Image")
34
 
35
  edit_button = gr.Button("Apply Edit")
 
29
  with gr.Row():
30
  with gr.Column():
31
  prompt = gr.Textbox(label="Editing Prompt", placeholder="e.g., change the color of the t-shirt to red")
32
+ input_image = gr.Image(label="Upload Image", type="pil")
33
  output_image = gr.Image(label="Edited Image")
34
 
35
  edit_button = gr.Button("Apply Edit")