haramkoo commited on
Commit
e5d11d3
·
1 Parent(s): 7f2f5e9

model examples update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, description=descriptions, outputs="text")
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()