Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|