Danieldu
commited on
Commit
β’
f1b7e48
1
Parent(s):
e3c89f9
rename examples
Browse files
app.py
CHANGED
@@ -82,7 +82,6 @@ with gr.Blocks() as demo:
|
|
82 |
with gr.Column():
|
83 |
gr.Markdown("#### Input Image")
|
84 |
image_input = gr.Image(type='filepath', label='Upload Image')
|
85 |
-
# example_dropdown = gr.Dropdown(label="Choose an example", choices=example_images)
|
86 |
image_selection = gr.Radio(label="Select an Example Image", choices=example_images)
|
87 |
|
88 |
submit_btn = gr.Button("Process")
|
|
|
82 |
with gr.Column():
|
83 |
gr.Markdown("#### Input Image")
|
84 |
image_input = gr.Image(type='filepath', label='Upload Image')
|
|
|
85 |
image_selection = gr.Radio(label="Select an Example Image", choices=example_images)
|
86 |
|
87 |
submit_btn = gr.Button("Process")
|
example_images/{1658.jpg β example1.jpg}
RENAMED
File without changes
|
example_images/{16870.jpg β example2.jpg}
RENAMED
File without changes
|
example_images/{16831.jpg β example3.jpg}
RENAMED
File without changes
|
example_images/{4811.jpg β example4.jpg}
RENAMED
File without changes
|