Spaces:
Runtime error
Runtime error
model descriptions and examples draft01
Browse files
app.py
CHANGED
|
@@ -8,9 +8,9 @@ tok = None
|
|
| 8 |
|
| 9 |
# Examples for each models
|
| 10 |
examples = [
|
| 11 |
-
["interview-question-remake", "
|
| 12 |
-
["interview-length-tagged",""],
|
| 13 |
-
["reverse-interview-question", ""]
|
| 14 |
]
|
| 15 |
|
| 16 |
# Descriptions for each models
|
|
|
|
| 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
|