Spaces:
Runtime error
Runtime error
✏️
Browse filesSigned-off-by: peter szemraj <peterszemraj@gmail.com>
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,
|