Spaces:
Runtime error
Runtime error
Commit ·
2366fb6
1
Parent(s): 1e83d8a
update path
Browse files
config.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Dataset configuration
|
| 6 |
-
v_dataset_url = "https://huggingface.co/datasets/vishalsh13/Dataset1/tree/main
|
| 7 |
|
| 8 |
# Authentication token retrieved from Hugging Face secret
|
| 9 |
v_auth_token = os.getenv("hkey") # The secret name is `hkey`
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Dataset configuration
|
| 6 |
+
v_dataset_url = "https://huggingface.co/datasets/vishalsh13/Dataset1/tree/main"
|
| 7 |
|
| 8 |
# Authentication token retrieved from Hugging Face secret
|
| 9 |
v_auth_token = os.getenv("hkey") # The secret name is `hkey`
|