gbrabbit commited on
Commit
e20a51b
·
1 Parent(s): 2b60a9a

Auto commit at 25-2025-08 4:17:11

Browse files
Files changed (1) hide show
  1. app_huggingface.py +1 -1
app_huggingface.py CHANGED
@@ -68,7 +68,7 @@ async def main():
68
 
69
  try:
70
  # FastAPI 앱 import
71
- from lily_llm_api.app_v2 import app
72
 
73
  # 서버 설정
74
  host = os.getenv("HOST", "0.0.0.0")
 
68
 
69
  try:
70
  # FastAPI 앱 import
71
+ from lily_llm_api.app_v2_modular import app
72
 
73
  # 서버 설정
74
  host = os.getenv("HOST", "0.0.0.0")