Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def sent_similarity(filepath_1, filepath_2):
|
|
56 |
|
57 |
|
58 |
input_1 = gr.inputs.File(file_count="single", type="file", label= 'Upload the Resume (.pdf)', optional=False)
|
59 |
-
input_2 = gr.inputs.File(file_count="single", type="file", label= 'Upload the Job Description (.
|
60 |
|
61 |
|
62 |
|
|
|
56 |
|
57 |
|
58 |
input_1 = gr.inputs.File(file_count="single", type="file", label= 'Upload the Resume (.pdf)', optional=False)
|
59 |
+
input_2 = gr.inputs.File(file_count="single", type="file", label= 'Upload the Job Description (.txt)', optional=False)
|
60 |
|
61 |
|
62 |
|