Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
2 |
-
!python setup.py build_ext --inplace
|
3 |
-
%cd ..
|
4 |
|
5 |
|
6 |
|
7 |
import os
|
|
|
8 |
import gradio as gr
|
9 |
path = "Kororinpa/Amadeus_Project"
|
10 |
os.chdir(path)
|
|
|
1 |
+
|
|
|
|
|
2 |
|
3 |
|
4 |
|
5 |
import os
|
6 |
+
os.system('cd monotonic_align && python setup.py build_ext --inplace && cd ..')
|
7 |
import gradio as gr
|
8 |
path = "Kororinpa/Amadeus_Project"
|
9 |
os.chdir(path)
|