Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks() as demo:
|
|
79 |
with gr.Row():
|
80 |
with gr.Column():
|
81 |
alpr_image_input = gr.Image(type='filepath', height=300)
|
82 |
-
gr.Examples(['alpr_examples/
|
83 |
inputs=alpr_image_input)
|
84 |
alpr_confirmation_button = gr.Button("Confirm")
|
85 |
with gr.Column():
|
|
|
79 |
with gr.Row():
|
80 |
with gr.Column():
|
81 |
alpr_image_input = gr.Image(type='filepath', height=300)
|
82 |
+
gr.Examples(['alpr_examples/test4.jpeg', 'alpr_examples/test5.jpeg', 'alpr_examples/test3.jpg', 'alpr_examples/test2.jpg'],
|
83 |
inputs=alpr_image_input)
|
84 |
alpr_confirmation_button = gr.Button("Confirm")
|
85 |
with gr.Column():
|