Spaces:
Running
Running
DeepMount00
commited on
Commit
•
b1d7709
1
Parent(s):
7568606
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ else:
|
|
20 |
print("No HF_KEY found. Please make sure you've set up your Hugging Face API key as an environment variable.")
|
21 |
|
22 |
|
23 |
-
model = GLiNER.from_pretrained("DeepMount00/
|
24 |
|
25 |
|
26 |
examples = [
|
|
|
20 |
print("No HF_KEY found. Please make sure you've set up your Hugging Face API key as an environment variable.")
|
21 |
|
22 |
|
23 |
+
model = GLiNER.from_pretrained("DeepMount00/ner_test").eval()
|
24 |
|
25 |
|
26 |
examples = [
|