Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from io import StringIO
|
|
| 9 |
# =====================================================
|
| 10 |
# CONFIGURAÇÃO
|
| 11 |
# =====================================================
|
| 12 |
-
MODEL_ID = "
|
| 13 |
API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
|
| 14 |
|
| 15 |
HF_API_TOKEN = os.getenv("HF_API_TOKEN")
|
|
|
|
| 9 |
# =====================================================
|
| 10 |
# CONFIGURAÇÃO
|
| 11 |
# =====================================================
|
| 12 |
+
MODEL_ID = "dslim/bert-base-NER
|
| 13 |
API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
|
| 14 |
|
| 15 |
HF_API_TOKEN = os.getenv("HF_API_TOKEN")
|