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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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