Pipe1213 commited on
Commit
d3b5ad0
1 Parent(s): eb94332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import os
 
3
 
4
  import json
5
  import math
 
1
  import gradio as gr
2
  import os
3
+ os.system('cd monotonic_align && python setup.py build_ext --inplace && cd ..')
4
 
5
  import json
6
  import math