Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks() as demo:
|
|
143 |
with gr.Column():
|
144 |
inp_image = gr.Image(label="Upload Image", type="pil")
|
145 |
example_selection = gr.Radio(
|
146 |
-
choices=list(example_images.
|
147 |
label="Select Example Image",
|
148 |
type="value"
|
149 |
)
|
|
|
143 |
with gr.Column():
|
144 |
inp_image = gr.Image(label="Upload Image", type="pil")
|
145 |
example_selection = gr.Radio(
|
146 |
+
choices=list(example_images.values()),
|
147 |
label="Select Example Image",
|
148 |
type="value"
|
149 |
)
|