Skip to content

Commit 87fd82d

Browse files
authored
Merge branch 'Jyunao:main' into dev
2 parents 4cb8027 + aecf679 commit 87fd82d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ai_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
# 모델 파일 경로 & Google Drive 공유 링크
1313
MODEL_PATH = "congestion_model.pkl"
14-
DRIVE_URL = "https://drive.google.com/uc?id=1qvNZj4GdIRxyrxdvlkMlj7IVd4QGsFjQ" #pkl
14+
DRIVE_URL = "https://drive.google.com/uc?id=13wMzAIHPCo4I_VpWk1GA5K2a60q1X4Fx" # pkl
15+
1516

1617
# 입력 데이터 모델
1718
class WeatherInput(BaseModel):

0 commit comments

Comments
 (0)