Spaces:
Sleeping
Sleeping
Farhan1572
commited on
Commit
•
bf0649b
1
Parent(s):
106a123
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ demo = gr.Interface(
|
|
26 |
resume_ner,
|
27 |
gr.File(file_types=[".pdf"]),
|
28 |
["html"],
|
29 |
-
title="Resume Parser for Skills, Education, Experience",
|
30 |
-
description="
|
31 |
)
|
32 |
|
33 |
demo.launch()
|
|
|
26 |
resume_ner,
|
27 |
gr.File(file_types=[".pdf"]),
|
28 |
["html"],
|
29 |
+
title="Resume Parser for Skills, Education, Experience by Farhan Siddiqui",
|
30 |
+
description="Upload Resume"
|
31 |
)
|
32 |
|
33 |
demo.launch()
|