merve HF staff commited on
Commit
b872a0b
β€’
1 Parent(s): e010032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(css=css) as demo:
102
  inputs = [input_img, question],
103
  outputs = [output],
104
  fn=infer_doc,
105
- label='Click on any Examples below to get UI question answering results quickly πŸ‘‡'
106
  )
107
  with gr.Tab(label="Diagram Understanding"):
108
  with gr.Row():
@@ -117,7 +117,7 @@ with gr.Blocks(css=css) as demo:
117
  inputs = [input_img, question],
118
  outputs = [output],
119
  fn=infer_doc,
120
- label='Click on any Examples below to get UI question answering results quickly πŸ‘‡'
121
  )
122
 
123
  demo.launch(debug=True)
 
102
  inputs = [input_img, question],
103
  outputs = [output],
104
  fn=infer_doc,
105
+ label='Click on any Examples below to get image reading comprehension results quickly πŸ‘‡'
106
  )
107
  with gr.Tab(label="Diagram Understanding"):
108
  with gr.Row():
 
117
  inputs = [input_img, question],
118
  outputs = [output],
119
  fn=infer_doc,
120
+ label='Click on any Examples below to get diagram understanding results quickly πŸ‘‡'
121
  )
122
 
123
  demo.launch(debug=True)