Spaces:
Running
Running
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/universal_ner_ita").eval()
|
| 24 |
|
| 25 |
|
| 26 |
examples = [
|