xp3857 commited on
Commit
7160506
·
1 Parent(s): ad7433f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks() as app:
166
  with gr.Row():
167
  gr.Column()
168
  with gr.Column():
169
- im = gr.Image(label="Input Image")
170
  rad1 = gr.Radio(["BOPBTL", "Pix2Pix"])
171
  rad2 = gr.Radio(["Deoldify", "Pix2Pix Resnet 9block","Pix2Pix Unet 256"])
172
 
 
166
  with gr.Row():
167
  gr.Column()
168
  with gr.Column():
169
+ im = gr.Pil(label="Input Image")
170
  rad1 = gr.Radio(["BOPBTL", "Pix2Pix"])
171
  rad2 = gr.Radio(["Deoldify", "Pix2Pix Resnet 9block","Pix2Pix Unet 256"])
172