Antoine Chaffin
commited on
Commit
·
efeb0dd
1
Parent(s):
b5e09b0
Fix index
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def main():
|
|
| 62 |
"""Main entry point for the server."""
|
| 63 |
snapshot_download(
|
| 64 |
repo_id="lightonai/leetcode_reasonmoderncolbert",
|
| 65 |
-
local_dir="
|
| 66 |
repo_type="dataset",
|
| 67 |
)
|
| 68 |
try:
|
|
|
|
| 62 |
"""Main entry point for the server."""
|
| 63 |
snapshot_download(
|
| 64 |
repo_id="lightonai/leetcode_reasonmoderncolbert",
|
| 65 |
+
local_dir="indexes/",
|
| 66 |
repo_type="dataset",
|
| 67 |
)
|
| 68 |
try:
|