Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ DECODEM_TOKEN=os.getenv("DECODEM_TOKEN")
|
|
15 |
from huggingface_hub import InferenceApi
|
16 |
inference = InferenceApi("bigscience/bloom",token=API_TOKEN)
|
17 |
|
18 |
-
|
19 |
headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
|
20 |
url_decodemprompts='https://us-central1-createinsightsproject.cloudfunctions.net/getdecodemprompts'
|
21 |
|
|
|
15 |
from huggingface_hub import InferenceApi
|
16 |
inference = InferenceApi("bigscience/bloom",token=API_TOKEN)
|
17 |
|
|
|
18 |
headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
|
19 |
url_decodemprompts='https://us-central1-createinsightsproject.cloudfunctions.net/getdecodemprompts'
|
20 |
|