rohitashva commited on
Commit
4f5dc23
·
verified ·
1 Parent(s): 68e6383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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')