Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amitagh
/
AI-HR
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fdbd2a6
AI-HR
/
app.py
amitagh
new
9d37d72
verified
9 months ago
raw
Copy download link
history
blame
Safe
214 Bytes
import
gradio
as
gr
from
cv_match
import
cv_match
hrtechapp = gr.TabbedInterface([cv_match.cvm_app],
[
"CV-JD Match Maker"
])
if
__name__ ==
"__main__"
:
hrtechapp.launch(debug=
True
)