armandstrickernlp commited on
Commit
c7d5ea9
·
1 Parent(s): 8617fde

Update app

Browse files
Files changed (1) hide show
  1. app_chatbot.py +3 -4
app_chatbot.py CHANGED
@@ -78,11 +78,10 @@ examples = [["I want to book a restaurant for 2 people on Saturday."],
78
  ["Can you find me a hotel room near Seattle please ?"],
79
  ["I want to watch a film online, a comedy would be nice"],
80
  ["I want to transfer some money please."],
 
 
 
81
  ]
82
- #["I want to reserve a movie ticket for tomorrow evening"],
83
- #["Can you play the song Learning to Fly by Tom Petty ?"],
84
- #["I need to rent a small car."],
85
- #]
86
 
87
  description = """
88
  This is an interactive window to chat with GPT-2 fine-tuned on the Schema-Guided Dialogues dataset,
 
78
  ["Can you find me a hotel room near Seattle please ?"],
79
  ["I want to watch a film online, a comedy would be nice"],
80
  ["I want to transfer some money please."],
81
+ ["I want to reserve a movie ticket for tomorrow evening"],
82
+ ["Can you play the song Learning to Fly by Tom Petty ?"],
83
+ ["I need to rent a small car."],
84
  ]
 
 
 
 
85
 
86
  description = """
87
  This is an interactive window to chat with GPT-2 fine-tuned on the Schema-Guided Dialogues dataset,