Spaces:
Runtime error
Runtime error
Commit
·
9da8328
1
Parent(s):
4f082f2
Update app.py
Browse files
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="
|
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)
|