Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'
|