2e40d39
1
2
3
4
5
6
7
import subprocess import nltk nltk.download('punkt') nltk.download('punkt_tab') subprocess.run(["python", "src/webui.py"])