Vishwas1 commited on
Commit
b6ff9cb
·
1 Parent(s): b483714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ import os
5
 
6
 
7
  ##Bloom Inference API
8
- API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
 
9
  HF_TOKEN = os.environ["HF_TOKEN"]
10
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
11
 
 
5
 
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