DevBM commited on
Commit
d66cd0b
1 Parent(s): 2cbf0f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -1,8 +1,9 @@
1
  import streamlit as st
2
  from pprint import pprint
3
- import subprocess
4
- cmd = ["python", "-m", "spacy", "download", "en_core_web_sm"]
5
- subprocess.run(cmd)
 
6
  from spacy.cli import download
7
  from Questgen import main, main2
8
  from spacy.cli import download
 
1
  import streamlit as st
2
  from pprint import pprint
3
+ # import subprocess
4
+ # cmd = ["python", "-m", "spacy", "download", "en_core_web_sm"]
5
+ # subprocess.run(cmd)
6
+ from b import b
7
  from spacy.cli import download
8
  from Questgen import main, main2
9
  from spacy.cli import download