Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
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")
|