Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KrishGoyani
/
GLiNER_Resume_Parser
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
KrishGoyani
commited on
Jun 21, 2024
Commit
239f80d
·
verified
·
1 Parent(s):
eff3e02
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,7 +72,7 @@ def pdf2text(file_path):
72
return clean_text(text)
73
74
75
-
def ner(
tex
) :
76
return {
77
"text": text,
78
"entities": [
72
return clean_text(text)
73
74
75
+
def ner(
text
) :
76
return {
77
"text": text,
78
"entities": [