Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,10 +163,10 @@ class AnimeRecommender:
|
|
| 163 |
return result1, explain1, image1, result2, explain2, image2, result3, explain3, image3
|
| 164 |
|
| 165 |
# 파일 경로 설정
|
| 166 |
-
rating_path = '
|
| 167 |
-
anime_path = '
|
| 168 |
-
synopsis_path = '
|
| 169 |
-
model_path = '
|
| 170 |
|
| 171 |
|
| 172 |
# 객체 생성
|
|
|
|
| 163 |
return result1, explain1, image1, result2, explain2, image2, result3, explain3, image3
|
| 164 |
|
| 165 |
# 파일 경로 설정
|
| 166 |
+
rating_path = 'data/rating_complete.csv'
|
| 167 |
+
anime_path = 'data/anime.csv'
|
| 168 |
+
synopsis_path = 'data/anime_with_synopsis.csv'
|
| 169 |
+
model_path = 'data/anime_model.h5'
|
| 170 |
|
| 171 |
|
| 172 |
# 객체 생성
|