DD0101 commited on
Commit
a159bf6
·
verified ·
1 Parent(s): e2ce2ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ import streamlit as st
23
 
24
 
25
  os.system('cd monotonic_align')
 
26
  os.system('python setup.py build_ext --inplace')
27
  os.system('cd ..')
28
 
 
23
 
24
 
25
  os.system('cd monotonic_align')
26
+ os.system('mkdir monotonic_align')
27
  os.system('python setup.py build_ext --inplace')
28
  os.system('cd ..')
29