avsolatorio commited on
Commit
cc602ba
·
verified ·
1 Parent(s): 0864cfe

Update app.py

Browse files

Add new models

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ _CACHE_DIR = os.environ.get("CACHE_DIR", None)
14
  THRESHOLD = 0.3
15
  LABELS = ["country", "year", "statistical indicator", "geographic region"]
16
  QUERY = "gdp, co2 emissions, and mortality rate of the philippines vs. south asia in 2024"
17
- MODELS = ["urchade/gliner_base", "urchade/gliner_medium-v2.1"]
18
 
19
  print(f"Cache directory: {_CACHE_DIR}")
20
 
 
14
  THRESHOLD = 0.3
15
  LABELS = ["country", "year", "statistical indicator", "geographic region"]
16
  QUERY = "gdp, co2 emissions, and mortality rate of the philippines vs. south asia in 2024"
17
+ MODELS = ["urchade/gliner_base", "urchade/gliner_medium-v2.1", "urchade/gliner_multi-v2.1", "urchade/gliner_large-v2.1"]
18
 
19
  print(f"Cache directory: {_CACHE_DIR}")
20