Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,6 @@
|
|
5 |
import os
|
6 |
os.system('cd monotonic_align && python setup.py build_ext --inplace && cd ..')
|
7 |
import gradio as gr
|
8 |
-
path = "Amadeus_Project"
|
9 |
-
os.chdir(path)
|
10 |
-
print(os.getcwd())
|
11 |
|
12 |
import matplotlib.pyplot as plt
|
13 |
import IPython.display as ipd
|
|
|
5 |
import os
|
6 |
os.system('cd monotonic_align && python setup.py build_ext --inplace && cd ..')
|
7 |
import gradio as gr
|
|
|
|
|
|
|
8 |
|
9 |
import matplotlib.pyplot as plt
|
10 |
import IPython.display as ipd
|