Spaces:
Running
Running
Auto commit at 25-2025-08 4:17:11
Browse files- 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.
|
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")
|