Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
|
7 |
##Bloom Inference API
|
8 |
#API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
|
9 |
-
API_URL="ScriptEdgeAI/MarathiSentiment-Bloom-560m"
|
10 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
11 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
12 |
|
|
|
6 |
|
7 |
##Bloom Inference API
|
8 |
#API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
|
9 |
+
API_URL="https://api-inference.huggingface.co/models/ScriptEdgeAI/MarathiSentiment-Bloom-560m"
|
10 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
11 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
12 |
|