Spaces:
Runtime error
Runtime error
model descriptions and examples draft01
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ examples = [
|
|
14 |
]
|
15 |
|
16 |
# Descriptions for each models
|
17 |
-
|
18 |
|
19 |
# pass in Strings of model choice and input text for context
|
20 |
def genQuestion(model_choice, context):
|
|
|
14 |
]
|
15 |
|
16 |
# Descriptions for each models
|
17 |
+
descriptions = "Interview question remake is a model that..."
|
18 |
|
19 |
# pass in Strings of model choice and input text for context
|
20 |
def genQuestion(model_choice, context):
|