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

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("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,
 
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,