Upload app.py
Browse files
app.py
CHANGED
|
@@ -379,7 +379,7 @@ with gr.Blocks(title="CanvasAI — Enhance & Outpaint") as demo:
|
|
| 379 |
with gr.Column():
|
| 380 |
col_input= gr.Image(
|
| 381 |
label="Upload Image",
|
| 382 |
-
type="
|
| 383 |
)
|
| 384 |
col_prompt= gr.Textbox(label= "Custom Prompt(optional)",
|
| 385 |
placeholder="Leave empty for auto-detection, or type: portrait of a young woman in 1960s clothing",
|
|
|
|
| 379 |
with gr.Column():
|
| 380 |
col_input= gr.Image(
|
| 381 |
label="Upload Image",
|
| 382 |
+
type="pil",
|
| 383 |
)
|
| 384 |
col_prompt= gr.Textbox(label= "Custom Prompt(optional)",
|
| 385 |
placeholder="Leave empty for auto-detection, or type: portrait of a young woman in 1960s clothing",
|