Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def main():
|
|
19 |
submit_ner_keywords()
|
20 |
|
21 |
import requests
|
22 |
-
|
23 |
|
24 |
API_URL = "https://api-inference.huggingface.co/models/shivanikerai/TinyLlama-1.1B-Chat-v1.0-sku-title-ner-generation-reversed-v1.0"
|
25 |
TOKEN = os.environ.get("HUGGING_FACE_TOKEN")
|
|
|
19 |
submit_ner_keywords()
|
20 |
|
21 |
import requests
|
22 |
+
import os
|
23 |
|
24 |
API_URL = "https://api-inference.huggingface.co/models/shivanikerai/TinyLlama-1.1B-Chat-v1.0-sku-title-ner-generation-reversed-v1.0"
|
25 |
TOKEN = os.environ.get("HUGGING_FACE_TOKEN")
|