hra commited on
Commit
c908878
1 Parent(s): 4af011d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -20,7 +20,9 @@ HRA_TOKEN=os.getenv("HRA_TOKEN")
20
 
21
 
22
  from huggingface_hub import InferenceApi
23
- inference = InferenceApi("bigscience/bloom",token=API_TOKEN)
 
 
24
 
25
  headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
26
  url_hraprompts='https://us-central1-createinsightsproject.cloudfunctions.net/gethrahfprompts'
 
20
 
21
 
22
  from huggingface_hub import InferenceApi
23
+ #inference = InferenceApi("bigscience/bloom",token=API_TOKEN)
24
+ inference = InferenceApi("bigscience/bloomz",token=API_TOKEN)
25
+
26
 
27
  headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
28
  url_hraprompts='https://us-central1-createinsightsproject.cloudfunctions.net/gethrahfprompts'