Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,9 @@ import pandas as pd
|
|
9 |
import re
|
10 |
import matplotlib.pyplot as plt
|
11 |
import seaborn as sns
|
|
|
|
|
|
|
12 |
|
13 |
# Downloading the 'punkt' tokenizer from NLTK
|
14 |
nltk.download('punkt')
|
|
|
9 |
import re
|
10 |
import matplotlib.pyplot as plt
|
11 |
import seaborn as sns
|
12 |
+
import subprocess
|
13 |
+
subprocess.run(["pip", "install", "https://huggingface.co/Priyanka-Balivada/en_Resume_Matching_Keywords/resolve/main/en_Resume_Matching_Keywords-any-py3-none-any.whl"])
|
14 |
+
import en_Resume_Matching_Keywords # Now import your package
|
15 |
|
16 |
# Downloading the 'punkt' tokenizer from NLTK
|
17 |
nltk.download('punkt')
|