Spaces:
Running
Running
Commit
·
104e0d6
1
Parent(s):
3baee0d
Update demo.py
Browse files
demo.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
|
|
91 |
id_image_input = gr.Image(type='filepath')
|
92 |
gr.Examples(['idcard_examples/1.jpg', 'idcard_examples/2.jpg', 'idcard_examples/3.jpg'],
|
93 |
inputs=id_image_input)
|
94 |
-
id_recognition_button = gr.Button("ID Card Recognition")
|
95 |
with gr.Column(scale=5):
|
96 |
id_result_output = gr.HTML()
|
97 |
|
|
|
91 |
id_image_input = gr.Image(type='filepath')
|
92 |
gr.Examples(['idcard_examples/1.jpg', 'idcard_examples/2.jpg', 'idcard_examples/3.jpg'],
|
93 |
inputs=id_image_input)
|
94 |
+
id_recognition_button = gr.Button("ID Card Recognition", variant="primary", size="lg")
|
95 |
with gr.Column(scale=5):
|
96 |
id_result_output = gr.HTML()
|
97 |
|