Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
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 |
|