Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ emotion_classifier = pipeline("text-classification", model="shengqizhao0124/emot
|
|
6 |
intent_classifier = pipeline("zero-shot-classification", model="facebook/bart-large-mnli")
|
7 |
text_generator = pipeline("text2text-generation", model="declare-lab/flan-alpaca-base")
|
8 |
|
9 |
-
|
10 |
# Intent categories
|
11 |
candidate_tasks = [
|
12 |
"change mobile plan", "top up balance", "report service outage",
|
|
|
6 |
intent_classifier = pipeline("zero-shot-classification", model="facebook/bart-large-mnli")
|
7 |
text_generator = pipeline("text2text-generation", model="declare-lab/flan-alpaca-base")
|
8 |
|
9 |
+
|
10 |
# Intent categories
|
11 |
candidate_tasks = [
|
12 |
"change mobile plan", "top up balance", "report service outage",
|