Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,8 @@ emotion_classifier = pipeline(
|
|
8 |
return_all_scores=True
|
9 |
)
|
10 |
intent_classifier = pipeline("zero-shot-classification", model="facebook/bart-large-mnli")
|
11 |
-
text_generator = pipeline("text2text-generation", model="google/flan-t5-
|
|
|
12 |
|
13 |
candidate_tasks = [
|
14 |
"change mobile plan", "top up balance", "report service outage",
|
|
|
8 |
return_all_scores=True
|
9 |
)
|
10 |
intent_classifier = pipeline("zero-shot-classification", model="facebook/bart-large-mnli")
|
11 |
+
text_generator = pipeline("text2text-generation", model="google/flan-t5-base")
|
12 |
+
|
13 |
|
14 |
candidate_tasks = [
|
15 |
"change mobile plan", "top up balance", "report service outage",
|