RufusRubin777 commited on
Commit
a6afa92
1 Parent(s): 20edee5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ASSIGNMENT)</span></h1>
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: