Spaces:
Sleeping
Sleeping
renamed to HF_TOKEN
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ lock_expires_at = None
|
|
| 26 |
|
| 27 |
client = InferenceClient(
|
| 28 |
base_url="https://router.huggingface.co/v1",
|
| 29 |
-
token=os.getenv("
|
| 30 |
)
|
| 31 |
|
| 32 |
def seat_label(row, seat):
|
|
|
|
| 26 |
|
| 27 |
client = InferenceClient(
|
| 28 |
base_url="https://router.huggingface.co/v1",
|
| 29 |
+
token=os.getenv("HF_TOKEN")
|
| 30 |
)
|
| 31 |
|
| 32 |
def seat_label(row, seat):
|