Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ description = """<ul>
|
|
91 |
<li>For lengthy waits, look at these <b>pre-computed examples</b>: <a href='https://github.com/pluniak/ocrd/tree/main/data/demo_data'>https://github.com/pluniak/ocrd/tree/main/data/demo_data</a></li>
|
92 |
<li>The demo is based on code from my GitHub repository: <a href='https://github.com/pluniak/ocrd'>https://github.com/pluniak/ocrd</a></li>
|
93 |
<li>The demo is just a <b>first prototype</b>! OCR performance and computation speed should be optimized.</li>
|
94 |
-
<li>Please <b>keep this
|
95 |
</ul>"""
|
96 |
|
97 |
iface = gr.Interface(fn = run_ocrd_pipeline,
|
|
|
91 |
<li>For lengthy waits, look at these <b>pre-computed examples</b>: <a href='https://github.com/pluniak/ocrd/tree/main/data/demo_data'>https://github.com/pluniak/ocrd/tree/main/data/demo_data</a></li>
|
92 |
<li>The demo is based on code from my GitHub repository: <a href='https://github.com/pluniak/ocrd'>https://github.com/pluniak/ocrd</a></li>
|
93 |
<li>The demo is just a <b>first prototype</b>! OCR performance and computation speed should be optimized.</li>
|
94 |
+
<li>Please <b>keep this page untouched</b> during the pipeline run to prevent errors.</li>
|
95 |
</ul>"""
|
96 |
|
97 |
iface = gr.Interface(fn = run_ocrd_pipeline,
|