Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sujithanumala
/
Enhancv
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sujithanumala
commited on
Jun 20
Commit
681778f
·
verified
·
1 Parent(s):
aee933d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import gradio as gr
2
from pypdf import PdfReader
3
4
5
def read_pdf_file(file_path):
1
import gradio as gr
2
from pypdf import PdfReader
3
+
from resume_tools import create_resume_agent
4
5
6
def read_pdf_file(file_path):