Spaces:
Runtime error
Runtime error
Alysha Creelman
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,8 @@ if len(sys.argv) > 1:
|
|
| 10 |
else:
|
| 11 |
token = os.getenv('HF_TOKEN')
|
| 12 |
|
|
|
|
|
|
|
| 13 |
# Inference client setup with token from environment
|
| 14 |
# token = os.getenv('HF_TOKEN')
|
| 15 |
client = InferenceClient(model="HuggingFaceH4/zephyr-7b-alpha", token=token)
|
|
|
|
| 10 |
else:
|
| 11 |
token = os.getenv('HF_TOKEN')
|
| 12 |
|
| 13 |
+
print(token)
|
| 14 |
+
|
| 15 |
# Inference client setup with token from environment
|
| 16 |
# token = os.getenv('HF_TOKEN')
|
| 17 |
client = InferenceClient(model="HuggingFaceH4/zephyr-7b-alpha", token=token)
|