decodemai commited on
Commit
1f51c22
1 Parent(s): e6c1bd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from datetime import datetime
10
  API_TOKEN = os.getenv("API_TOKEN")
11
  DECODEM_TOKEN=os.getenv("DECODEM_TOKEN")
12
 
 
13
  from huggingface_hub import InferenceApi
14
  inference = InferenceApi("bigscience/bloom",token=API_TOKEN)
15
 
 
10
  API_TOKEN = os.getenv("API_TOKEN")
11
  DECODEM_TOKEN=os.getenv("DECODEM_TOKEN")
12
 
13
+
14
  from huggingface_hub import InferenceApi
15
  inference = InferenceApi("bigscience/bloom",token=API_TOKEN)
16