JoshuaZywoo commited on
Commit
4947cb4
·
verified ·
1 Parent(s): 1e89726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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-large")
 
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",