Spaces:
Build error
Build error
Upload app.py
Browse filesChanged text on app.py
app.py
CHANGED
@@ -10,7 +10,7 @@ def parse_cv(cv):
|
|
10 |
|
11 |
|
12 |
description = """A demo for a CV parser."""
|
13 |
-
article = "Resume Parser by Sybghat"
|
14 |
file_input = gr.inputs.File(file_count="single", type="file", label="Upload a CV: .PDF Or .TXT", optional=False)
|
15 |
iface = gr.Interface(fn=parse_cv, inputs=file_input, outputs="json", allow_flagging="never",
|
16 |
allow_screenshot=False, title="CV Parser", theme="seafoam", description=description, article=article)
|
|
|
10 |
|
11 |
|
12 |
description = """A demo for a CV parser."""
|
13 |
+
article = "Resume Parser by Sybghat (sybghatallah@gmail.com)"
|
14 |
file_input = gr.inputs.File(file_count="single", type="file", label="Upload a CV: .PDF Or .TXT", optional=False)
|
15 |
iface = gr.Interface(fn=parse_cv, inputs=file_input, outputs="json", allow_flagging="never",
|
16 |
allow_screenshot=False, title="CV Parser", theme="seafoam", description=description, article=article)
|