Spaces:
Runtime error
Runtime error
oops that was dumb
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ try:
|
|
| 40 |
repo_id=DATASET_REPO_ID,
|
| 41 |
filename=DATA_FILENAME,
|
| 42 |
cache_dir=DATA_DIRNAME,
|
| 43 |
-
|
| 44 |
)
|
| 45 |
except:
|
| 46 |
# file not found, we'll create it on the fly.
|
|
|
|
| 40 |
repo_id=DATASET_REPO_ID,
|
| 41 |
filename=DATA_FILENAME,
|
| 42 |
cache_dir=DATA_DIRNAME,
|
| 43 |
+
force_filename=DATA_FILENAME
|
| 44 |
)
|
| 45 |
except:
|
| 46 |
# file not found, we'll create it on the fly.
|