vtomoasv commited on
Commit
d90fed6
1 Parent(s): 5a8adf5

Update app.py

Browse files

Modification of labels

Files changed (1) hide show
  1. app.py +5 -5
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