Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
import subprocess
|
2 |
|
3 |
# Install hunspell and its dependencies, pip wheels are completely broken
|
4 |
-
subprocess
|
5 |
-
|
|
|
|
|
6 |
|
7 |
# Import hunspell
|
8 |
import hunspell
|
|
|
1 |
import subprocess
|
2 |
|
3 |
# Install hunspell and its dependencies, pip wheels are completely broken
|
4 |
+
import subprocess
|
5 |
+
|
6 |
+
# Execute the shell script
|
7 |
+
subprocess.call(['sh', 'install_hunspell.sh'])
|
8 |
|
9 |
# Import hunspell
|
10 |
import hunspell
|