ydin0771 commited on
Commit
d102e7c
β€’
1 Parent(s): f6d4a75

Update interface.py

Browse files
Files changed (1) hide show
  1. interface.py +1 -1
interface.py CHANGED
@@ -14,7 +14,7 @@ gr.Interface(fn=predict,
14
  ['PDF_val_60.png','Where is the caption of the table located at?'],
15
  ['PDF_val_158.png','Does title objects exist in this page?']],
16
  title = 'V-Doc : Visual questions answers with Documents',
17
- description = "<p style='text-align: center'><a href='https://arxiv.org/abs/2205.13724' target='_blank'>Paper</a></p>").launch()
18
 
19
  if __name__ == '__main__':
20
  io.lanuch()
 
14
  ['PDF_val_60.png','Where is the caption of the table located at?'],
15
  ['PDF_val_158.png','Does title objects exist in this page?']],
16
  title = 'V-Doc : Visual questions answers with Documents',
17
+ description = "<p style='text-align: center'><a href='https://arxiv.org/abs/2205.13724' target='_blank'>Paper Link</a></p>").launch()
18
 
19
  if __name__ == '__main__':
20
  io.lanuch()