Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -789,12 +789,12 @@ def main():
|
|
789 |
|
790 |
file_ids = {
|
791 |
"1C6mdjblhiWGhRgbIk5DP2XCc4ElS9x8p": "pretrained_bert.pth",
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
}
|
799 |
|
800 |
def download_from_gdrive(file_id, output_path):
|
|
|
789 |
|
790 |
file_ids = {
|
791 |
"1C6mdjblhiWGhRgbIk5DP2XCc4ElS9x8p": "pretrained_bert.pth",
|
792 |
+
"1J1RmuJE5OjZUO0z1irVb2M-xnvuVvvHR": "animes.json",
|
793 |
+
"1xGxUCbCDUnbdnJa6Ab8wgM9cpInpeQnN": "dataset.pkl",
|
794 |
+
"1PtB6o_91tNWAb4zN0xj-Kf8SKvVAJp1c": "id_to_url.json",
|
795 |
+
"1xVfTB_CmeYEqq6-l_BkQXo-QAUEyBfbW": "anime_to_malurl.json",
|
796 |
+
"1zMbL9TpCbODKfVT5ahiaYILlnwBZNJc1": "anime_to_typenseq.json",
|
797 |
+
"1LLMRhYyw82GOz3d8SUDZF9YRJdybgAFA": "id_to_genres.json"
|
798 |
}
|
799 |
|
800 |
def download_from_gdrive(file_id, output_path):
|