Spaces:
Runtime error
Runtime error
update UI
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def parse_cv(cv):
|
|
10 |
|
11 |
|
12 |
description = """A demo for a CV parser built with HuggingFace's transformers."""
|
13 |
-
article = "Find the code on GitHub
|
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="dark", description=description, article=article)
|
|
|
10 |
|
11 |
|
12 |
description = """A demo for a CV parser built with HuggingFace's transformers."""
|
13 |
+
article = "Find the code on GitHub 🚀: https://github.com/asimokby/cv-parser-huggingface"
|
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="dark", description=description, article=article)
|