Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -9,7 +9,8 @@ from typing import Optional, List, Union
|
|
9 |
|
10 |
from model import (
|
11 |
summarize_review, smart_summarize, detect_industry,
|
12 |
-
detect_product_category, detect_emotion, answer_followup, answer_only
|
|
|
13 |
)
|
14 |
|
15 |
app = FastAPI(
|
|
|
9 |
|
10 |
from model import (
|
11 |
summarize_review, smart_summarize, detect_industry,
|
12 |
+
detect_product_category, detect_emotion, answer_followup, answer_only,
|
13 |
+
assess_churn_risk # ✅ Add this
|
14 |
)
|
15 |
|
16 |
app = FastAPI(
|