decodemai commited on
Commit
7af611c
1 Parent(s): 9cd9daf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import datetime
7
  from datetime import datetime
8
 
9
 
 
10
  API_TOKEN = os.getenv("API_TOKEN")
11
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
12
  API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
 
7
  from datetime import datetime
8
 
9
 
10
+
11
  API_TOKEN = os.getenv("API_TOKEN")
12
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
13
  API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"