SujanMidatani commited on
Commit
f798f37
1 Parent(s): c7607eb

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def generate_questions(resume,role='',experience=''):
29
  return prompt.split('\n')
30
  k=gr.Interface(
31
  fn=generate_questions,
32
- inputs=[gr.inputs.JSON(label="Input JSON"),'text','text'],
33
  outputs=['text']
34
  )
35
  k.launch()
 
29
  return prompt.split('\n')
30
  k=gr.Interface(
31
  fn=generate_questions,
32
+ inputs=['text area','text','text'],
33
  outputs=['text']
34
  )
35
  k.launch()