Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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
|