abhibisht89 commited on
Commit
9da8328
·
1 Parent(s): 4f082f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,5 +66,5 @@ inp2=gr.inputs.Textbox(lines=10, placeholder=None, default="", label="Job Descri
66
 
67
  out=gr.outputs.Textbox(type="auto",label="Match Score")
68
 
69
- iface = gr.Interface(fn=match, inputs=[inp1,inp2], outputs=out,title="CV matcher",article=desc,theme="huggingface",layout='vertical')
70
  iface.launch(debug=True)
 
66
 
67
  out=gr.outputs.Textbox(type="auto",label="Match Score")
68
 
69
+ iface = gr.Interface(fn=match, inputs=[inp1,inp2], outputs=out,title="A Machine Learning Based Resume Matcher, to compare Resumes with Job Descriptions",article=desc,theme="huggingface",layout='vertical')
70
  iface.launch(debug=True)