Spaces:
Runtime error
Runtime error
Commit
·
0982b74
1
Parent(s):
447677a
update
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
# auth_token = os.environ.get("auth_token")
|
| 7 |
auth_token = os.environ.get("HF_TOKEN")
|
| 8 |
print(auth_token)
|
| 9 |
-
Visual_Riddles = load_dataset("nitzanguetta/Visual_Riddles", token=auth_token)['test']
|
| 10 |
# print(f"Loaded WHOOPS!, first example:")
|
| 11 |
# print(whoops[0])
|
| 12 |
# print("HI")
|
|
|
|
| 6 |
# auth_token = os.environ.get("auth_token")
|
| 7 |
auth_token = os.environ.get("HF_TOKEN")
|
| 8 |
print(auth_token)
|
| 9 |
+
Visual_Riddles = load_dataset("nitzanguetta/Visual_Riddles", token=auth_token, trust_remote_code=True)['test']
|
| 10 |
# print(f"Loaded WHOOPS!, first example:")
|
| 11 |
# print(whoops[0])
|
| 12 |
# print("HI")
|