Spaces:
Runtime error
Runtime error
model examples update
Browse files
app.py
CHANGED
|
@@ -41,5 +41,5 @@ def genQuestion(model_choice, context):
|
|
| 41 |
|
| 42 |
return final_output
|
| 43 |
|
| 44 |
-
iface = gr.Interface(fn=genQuestion, inputs=[gr.inputs.Dropdown(["interview-question-remake", "interview-length-tagged", "reverse-interview-question"]), "text"], examples=examples,
|
| 45 |
iface.launch()
|
|
|
|
| 41 |
|
| 42 |
return final_output
|
| 43 |
|
| 44 |
+
iface = gr.Interface(fn=genQuestion, inputs=[gr.inputs.Dropdown(["interview-question-remake", "interview-length-tagged", "reverse-interview-question"]), "text"], examples=examples, outputs="text")
|
| 45 |
iface.launch()
|