Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def cleanup_old_files():
|
|
| 87 |
file_path.unlink()
|
| 88 |
|
| 89 |
title_html = """
|
| 90 |
-
<h1><span class="gradient-text" id="text">IIT Roorkee (GOT
|
| 91 |
"""
|
| 92 |
|
| 93 |
with gr.Blocks() as scan_master_web_app:
|
|
|
|
| 87 |
file_path.unlink()
|
| 88 |
|
| 89 |
title_html = """
|
| 90 |
+
<h1><span class="gradient-text" id="text">IIT Roorkee - OCR and Document Search Web Application Prototype (General OCR Theory (GOT), a 580M end-to-end OCR 2.0 model.)</span></h1>
|
| 91 |
"""
|
| 92 |
|
| 93 |
with gr.Blocks() as scan_master_web_app:
|