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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ import datetime
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"
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"