sushmanth commited on
Commit
16a1063
1 Parent(s): 068340a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,9 +25,9 @@ def process_image(image):
25
 
26
  return generated_text
27
 
28
- title = "Interactive demo: TrOCR"
29
  description = "Demo for ML project for s6 semester .The model is trained and converted to onnx gitlfs system and then hosted on hugging face spaces as transformer "
30
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.10282'>TrOCR: Transformer-based Optical Character Recognition with Pre-trained Models</a> | <a href='https://github.com/microsoft/unilm/tree/master/trocr'>Github Repo</a></p>"
31
  examples =[["image_0.png"], ["image_1.png"], ["image_2.png"]]
32
 
33
  #css = """.output_image, .input_image {height: 600px !important}"""
 
25
 
26
  return generated_text
27
 
28
+ title = "Interactive demo"
29
  description = "Demo for ML project for s6 semester .The model is trained and converted to onnx gitlfs system and then hosted on hugging face spaces as transformer "
30
+ article = ""
31
  examples =[["image_0.png"], ["image_1.png"], ["image_2.png"]]
32
 
33
  #css = """.output_image, .input_image {height: 600px !important}"""