pszemraj commited on
Commit
6954e0d
1 Parent(s): a79c40a

⚡️ add link to PDF ocr

Browse files

Signed-off-by: peter szemraj <peterszemraj@gmail.com>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ if __name__ == "__main__":
183
  label="Beam Search: # of Beams",
184
  value=2,
185
  )
186
- gr.Markdown("Select an example, or upload a `.txt` file")
187
  with gr.Row():
188
  example_name = gr.Dropdown(
189
  _examples,
 
183
  label="Beam Search: # of Beams",
184
  value=2,
185
  )
186
+ gr.Markdown("Load an example or a `.txt` file (_You may find [this OCR space](https://huggingface.co/spaces/pszemraj/pdf-ocr) useful_")
187
  with gr.Row():
188
  example_name = gr.Dropdown(
189
  _examples,