Spaces:
Runtime error
Runtime error
Commit
·
140bf00
1
Parent(s):
02a17c2
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ token = os.environ['HF_TOKEN']
|
|
| 11 |
|
| 12 |
# load_dotenv()
|
| 13 |
# token = os.environ.get("HF_TOKEN", "")
|
| 14 |
-
|
| 15 |
API_URL = "https://api-inference.huggingface.co/models/playgroundai/playground-v2-1024px-aesthetic"
|
| 16 |
bearer_token = "Bearer " + str(token)
|
| 17 |
# token =
|
|
|
|
| 11 |
|
| 12 |
# load_dotenv()
|
| 13 |
# token = os.environ.get("HF_TOKEN", "")
|
| 14 |
+
print(token)
|
| 15 |
API_URL = "https://api-inference.huggingface.co/models/playgroundai/playground-v2-1024px-aesthetic"
|
| 16 |
bearer_token = "Bearer " + str(token)
|
| 17 |
# token =
|