Spaces:
Running
Running
Update inference_test.py
Browse files- inference_test.py +1 -1
inference_test.py
CHANGED
@@ -7,7 +7,7 @@ from app_config import AppConfig
|
|
7 |
import intent, log, intent, llm_model
|
8 |
|
9 |
app_config = AppConfig()
|
10 |
-
app_config.setup_environment(
|
11 |
|
12 |
# === FastAPI
|
13 |
app = FastAPI()
|
|
|
7 |
import intent, log, intent, llm_model
|
8 |
|
9 |
app_config = AppConfig()
|
10 |
+
app_config.setup_environment()
|
11 |
|
12 |
# === FastAPI
|
13 |
app = FastAPI()
|