Spaces:
Sleeping
Sleeping
Commit
·
d461b3a
1
Parent(s):
b3c413b
test cv extraction
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def read_pdf(file_path):
|
|
57 |
return output
|
58 |
|
59 |
|
60 |
-
@spaces.GPU(duration=
|
61 |
def LLM_Inference(cv_text):
|
62 |
text = f'''
|
63 |
You are an AI designed to extract structured information from unstructured text. Your task is to analyze the content of a candidate's CV and extract the following details:
|
|
|
57 |
return output
|
58 |
|
59 |
|
60 |
+
@spaces.GPU(duration=19)
|
61 |
def LLM_Inference(cv_text):
|
62 |
text = f'''
|
63 |
You are an AI designed to extract structured information from unstructured text. Your task is to analyze the content of a candidate's CV and extract the following details:
|