Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,6 @@ import os
|
|
| 7 |
import datetime
|
| 8 |
from datetime import datetime
|
| 9 |
|
| 10 |
-
|
| 11 |
API_TOKEN = os.getenv("API_TOKEN")
|
| 12 |
from huggingface_hub import InferenceApi
|
| 13 |
inference = InferenceApi("bigscience/bloom",token=API_TOKEN)
|
|
|
|
| 7 |
import datetime
|
| 8 |
from datetime import datetime
|
| 9 |
|
|
|
|
| 10 |
API_TOKEN = os.getenv("API_TOKEN")
|
| 11 |
from huggingface_hub import InferenceApi
|
| 12 |
inference = InferenceApi("bigscience/bloom",token=API_TOKEN)
|