Madiy commited on
Commit
0c19fda
·
verified ·
1 Parent(s): 8958deb

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="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",
 
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",