Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from huggingface_hub import hf_hub_download
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
TOKEN = os.environ.get("token")
|
| 6 |
-
dataset = hf_hub_download(repo_id="GiannasOrganization/
|
| 7 |
token= TOKEN,
|
| 8 |
filename = "file.txt",
|
| 9 |
repo_type = "dataset",
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
TOKEN = os.environ.get("token")
|
| 6 |
+
dataset = hf_hub_download(repo_id="GiannasOrganization/giannasdataset",
|
| 7 |
token= TOKEN,
|
| 8 |
filename = "file.txt",
|
| 9 |
repo_type = "dataset",
|