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