cdcvd commited on
Commit
9a758fa
·
verified ·
1 Parent(s): d305de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def process_file(uploaded_file, job_description):
63
 
64
  iface = gr.Interface(
65
  fn=process_file,
66
- inputs=[gr.File(type="file", label="resume") ,gr.Textbox(lines=10, label="Job Description")],
67
  outputs=[gr.Textbox(label="ATS Evaluation Result"), gr.Textbox(label="Recommendation")],
68
  title="Intelligent ATS-Enhance Your Resume ATS"
69
  )
 
63
 
64
  iface = gr.Interface(
65
  fn=process_file,
66
+ inputs=[gr.File(type="filepath", label="resume") ,gr.Textbox(lines=10, label="Job Description")],
67
  outputs=[gr.Textbox(label="ATS Evaluation Result"), gr.Textbox(label="Recommendation")],
68
  title="Intelligent ATS-Enhance Your Resume ATS"
69
  )