Prernas19 commited on
Commit
2c049f0
·
verified ·
1 Parent(s): bc04112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def gradio_interface(resume_files, job_description):
168
  iface = gr.Interface(
169
  fn=gradio_interface,
170
  inputs=[
171
- gr.Files(label="Upload multiple Resumes", type="file"), # Accept multiple file uploads
172
  gr.Textbox(label="Job Description", lines=5, placeholder="Enter the job description here...")
173
  ],
174
  outputs=gr.File(label="Download Results"), # Provide the output file
 
168
  iface = gr.Interface(
169
  fn=gradio_interface,
170
  inputs=[
171
+ gr.Files(label="Upload multiple Resumes", type="filepath"), # Accept multiple file uploads
172
  gr.Textbox(label="Job Description", lines=5, placeholder="Enter the job description here...")
173
  ],
174
  outputs=gr.File(label="Download Results"), # Provide the output file