Politrees commited on
Commit
00e4833
1 Parent(s): 80a437b

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import os
2
+
3
+ os.system("apt-get install -y fonts-dejavu")
4
+ os.system("python txt2spec.py")