import subprocess import nltk nltk.download('punkt') nltk.download('punkt_tab') subprocess.run(["python", "src/webui.py"])