Spaces:
Runtime error
Runtime error
model descriptions and examples draft01
Browse files
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","
|
| 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):
|