Spaces:
Runtime error
Runtime error
Update interface.py
Browse filesAdd title and paper url
- interface.py +3 -1
interface.py
CHANGED
|
@@ -10,7 +10,9 @@ gr.Interface(fn=predict,
|
|
| 10 |
['PDF_val_64.png','How many text objects are located at the bottom side of figure?'],
|
| 11 |
['PDF_val_26.png','Are there any title exist?'],
|
| 12 |
['PDF_val_60.png','Where is the caption of the table located at?'],
|
| 13 |
-
['PDF_val_158.png','Does title objects exist in this page?']]
|
|
|
|
|
|
|
| 14 |
|
| 15 |
if __name__ == '__main__':
|
| 16 |
io.lanuch()
|
|
|
|
| 10 |
['PDF_val_64.png','How many text objects are located at the bottom side of figure?'],
|
| 11 |
['PDF_val_26.png','Are there any title exist?'],
|
| 12 |
['PDF_val_60.png','Where is the caption of the table located at?'],
|
| 13 |
+
['PDF_val_158.png','Does title objects exist in this page?']],
|
| 14 |
+
title = 'V-Doc : Visual questions answers with Documents',
|
| 15 |
+
description = 'Paper: https://arxiv.org/abs/2205.13724').launch()
|
| 16 |
|
| 17 |
if __name__ == '__main__':
|
| 18 |
io.lanuch()
|