Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|