Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesAdd new models
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 |
|