haramkoo commited on
Commit
ee66224
·
1 Parent(s): d8fa3f9

model descriptions and examples draft01

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,13 +8,13 @@ tok = None
8
 
9
  # Examples for each models
10
  examples = [
11
- ["interview-question-remake", ""],
12
- ["interview-length-tagged","Hello, I'm Advait Scaria. I'm a senior at Calvin studying Computer Science and Data Science as my minor. I'm currently living with Ha-Ram Koo, Matthias Schmit, and Hyechan Jun"],
13
  ["reverse-interview-question", "There are so many incredible musicians out there and so many really compelling big hits this year that it makes for a really interesting way to recap some of those big events."]
14
  ]
15
 
16
  # Descriptions for each models
17
- descriptions = ""
18
 
19
  # pass in Strings of model choice and input text for context
20
  def genQuestion(model_choice, context):
 
8
 
9
  # Examples for each models
10
  examples = [
11
+ ["interview-question-remake", "I have a cat named dolche and he's not very friendly with strangers. I've had him for 9 years now and it has been a pleasure to see him grow closer to us every year."],
12
+ ["interview-length-tagged","Today's weather was really nice."],
13
  ["reverse-interview-question", "There are so many incredible musicians out there and so many really compelling big hits this year that it makes for a really interesting way to recap some of those big events."]
14
  ]
15
 
16
  # Descriptions for each models
17
+ descriptions = "HELLO"
18
 
19
  # pass in Strings of model choice and input text for context
20
  def genQuestion(model_choice, context):