Spaces:
Running
Running
Update app.py
Browse filesModification of labels
app.py
CHANGED
@@ -69,16 +69,16 @@ with gr.Blocks() as demo:
|
|
69 |
image_button = gr.Button("recognize")
|
70 |
|
71 |
|
72 |
-
with gr.Tab("
|
73 |
with gr.Row():
|
74 |
-
table_input = gr.Image(label='
|
75 |
#table_output = gr.File()
|
76 |
table_output = gr.Dataframe(datatype=["str", "number"],row_count=5,
|
77 |
-
col_count=5,label='
|
78 |
)
|
79 |
with gr.Row():
|
80 |
-
clear_button3 = gr.ClearButton(value='
|
81 |
-
table_button = gr.Button("
|
82 |
|
83 |
|
84 |
|
|
|
69 |
image_button = gr.Button("recognize")
|
70 |
|
71 |
|
72 |
+
with gr.Tab("Prodcut table extracto"):
|
73 |
with gr.Row():
|
74 |
+
table_input = gr.Image(label='Prodcut')
|
75 |
#table_output = gr.File()
|
76 |
table_output = gr.Dataframe(datatype=["str", "number"],row_count=5,
|
77 |
+
col_count=5,label='Result'
|
78 |
)
|
79 |
with gr.Row():
|
80 |
+
clear_button3 = gr.ClearButton(value='Clear')
|
81 |
+
table_button = gr.Button("Extract")
|
82 |
|
83 |
|
84 |
|