OhST commited on
Commit
43402b6
·
verified ·
1 Parent(s): 87a9292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 = '/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
  # 객체 생성
 
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
  # 객체 생성