Spaces:
Runtime error
Runtime error
Commit
·
c2893af
1
Parent(s):
fc12c7e
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,9 +137,6 @@ if __name__ == "__main__":
|
|
| 137 |
with demo:
|
| 138 |
|
| 139 |
gr.Markdown("# PDF to Text")
|
| 140 |
-
gr.Markdown(
|
| 141 |
-
"A basic demo of pdf-to-text conversion using OCR from the [doctr](https://mindee.github.io/doctr/index.html) package"
|
| 142 |
-
)
|
| 143 |
gr.Markdown("---")
|
| 144 |
|
| 145 |
with gr.Column():
|
|
|
|
| 137 |
with demo:
|
| 138 |
|
| 139 |
gr.Markdown("# PDF to Text")
|
|
|
|
|
|
|
|
|
|
| 140 |
gr.Markdown("---")
|
| 141 |
|
| 142 |
with gr.Column():
|