dreamdrop-art commited on
Commit
dad3e30
1 Parent(s): 23de566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ with gr.Blocks(css=css) as demo:
316
  with gr.Row():
317
  with gr.Column(scale=3):
318
  with gr.Tab("Generation"):
319
- i2i_image_input = gr.Image(type="filepath", interactive=True)
320
 
321
  with gr.Row():
322
  with gr.Column(scale=1):
 
316
  with gr.Row():
317
  with gr.Column(scale=3):
318
  with gr.Tab("Generation"):
319
+ i2i_image_input = gr.Image(type="pil", interactive=True)
320
 
321
  with gr.Row():
322
  with gr.Column(scale=1):