brezende commited on
Commit
378f2ea
·
verified ·
1 Parent(s): 965ffb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -19,14 +19,14 @@ def ensure_list(x):
19
  else:
20
  return [x]
21
 
22
-
23
  CHECKPOINTS = {
24
- "CQI FLMv1 Base PT": "impira/layoutlm-document-qa",
25
- "CQI FLMv1 para Faturas 💸": "impira/layoutlm-invoices",
26
- "CQI FDonut": "naver-clova-ix/donut-base-finetuned-docvqa",
27
- "CQI Assistant Eyes 🤖": "cloudqi/CQI_Visual_Question_Awnser_PT_v0"
28
  }
29
 
 
30
  PIPELINES = {}
31
 
32
 
 
19
  else:
20
  return [x]
21
 
 
22
  CHECKPOINTS = {
23
+ "LayoutLMv1 🦉": "impira/layoutlm-document-qa",
24
+ "LayoutLMv1 for Invoices 💸": "impira/layoutlm-invoices",
25
+ "Donut 🍩": "naver-clova-ix/donut-base-finetuned-docvqa",
26
+ "CQI Assistant Eyes 🤖": "cloudqi/CQI_Visual_Question_Awnser_PT_v0"
27
  }
28
 
29
+
30
  PIPELINES = {}
31
 
32