Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def parse(cv):
|
|
8 |
return main.parse(cv.name)
|
9 |
|
10 |
description = "This is a demo of the resume parser. \
|
11 |
-
Upload a resume and it will return a JSON object with a detailed parsed resume data."
|
12 |
article = "Demo of detailed resume parser"
|
13 |
file_input = gradio.inputs.File(file_count="single", type="file", label="Upload your pdf resume (en)")
|
14 |
iface = gradio.Interface(fn=parse, inputs=file_input, outputs="json",
|
|
|
8 |
return main.parse(cv.name)
|
9 |
|
10 |
description = "This is a demo of the resume parser. \
|
11 |
+
Upload a resume and it will return a JSON object with a detailed parsed resume data.Inspired by Sybghat/resume-parser"
|
12 |
article = "Demo of detailed resume parser"
|
13 |
file_input = gradio.inputs.File(file_count="single", type="file", label="Upload your pdf resume (en)")
|
14 |
iface = gradio.Interface(fn=parse, inputs=file_input, outputs="json",
|