Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,10 @@ from functionforDownloadButtons import download_button
|
|
6 |
import os
|
7 |
import json
|
8 |
|
|
|
|
|
|
|
|
|
9 |
st.set_page_config(
|
10 |
page_title="Clinical segment generater",
|
11 |
page_icon="π",
|
|
|
6 |
import os
|
7 |
import json
|
8 |
|
9 |
+
os.system('git clone --depth 1 https://github.com/neologd/mecab-unidic-neologd.git && cd mecab-unidic-neologd && ./bin/install-mecab-unidic-neologd -n -y -u -p $PWD')
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
st.set_page_config(
|
14 |
page_title="Clinical segment generater",
|
15 |
page_icon="π",
|