abhibisht89 commited on
Commit
3922a54
1 Parent(s): fb27da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def doc_process(image,question):
38
  #print(processor.token2json(sequence))
39
  return processor.token2json(sequence)
40
 
41
- description = "Gradio Demo for Donut, inspired by Nielsr demo"
42
 
43
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2111.15664' target='_blank'>Donut: OCR-free Document Understanding Transformer</a> | <a href='https://github.com/clovaai/donut' target='_blank'>Github Repo</a></p>"
44
 
 
38
  #print(processor.token2json(sequence))
39
  return processor.token2json(sequence)
40
 
41
+ description = "Gradio Demo for Donut 🍩, inspired by Nielsr demo"
42
 
43
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2111.15664' target='_blank'>Donut: OCR-free Document Understanding Transformer</a> | <a href='https://github.com/clovaai/donut' target='_blank'>Github Repo</a></p>"
44