Update run.py
Browse files
run.py
CHANGED
@@ -15,6 +15,8 @@ from huggingface_hub import HfApi, HfFolder
|
|
15 |
import os
|
16 |
|
17 |
api_key = os.getenv("key")
|
|
|
|
|
18 |
# Step 1: Authenticate with Hugging Face Hub
|
19 |
|
20 |
# Step 2: Specify your Hugging Face username, Space name, and file name
|
|
|
15 |
import os
|
16 |
|
17 |
api_key = os.getenv("key")
|
18 |
+
print("AIKEY")
|
19 |
+
print(api_key)
|
20 |
# Step 1: Authenticate with Hugging Face Hub
|
21 |
|
22 |
# Step 2: Specify your Hugging Face username, Space name, and file name
|