Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
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
|
| 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",
|