Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,8 @@ demo = gr.Interface(
|
|
| 67 |
fn=rank_cvs,
|
| 68 |
inputs=[
|
| 69 |
gr.Textbox(label="πΌ Job Description", lines=5),
|
| 70 |
-
|
|
|
|
| 71 |
],
|
| 72 |
outputs=gr.Markdown(),
|
| 73 |
title="π AI CV Ranker (API-powered)",
|
|
|
|
| 67 |
fn=rank_cvs,
|
| 68 |
inputs=[
|
| 69 |
gr.Textbox(label="πΌ Job Description", lines=5),
|
| 70 |
+
# Option 2: Get raw bytes
|
| 71 |
+
gr.File(label="π Upload CVs (PDF/DOCX)", file_count="multiple", type="binary"),
|
| 72 |
],
|
| 73 |
outputs=gr.Markdown(),
|
| 74 |
title="π AI CV Ranker (API-powered)",
|