saeki
commited on
Commit
·
7257d26
1
Parent(s):
e23163d
fix
Browse files
app.py
CHANGED
@@ -107,6 +107,7 @@ if __name__ == "__main__":
|
|
107 |
download_file_from_google_drive("10OJ2iznutxzp8MEIS6lBVaIS_g5c_70V", "hifigan/hifigan_melspec_universal")
|
108 |
subprocess.run(["ls", "-a"])
|
109 |
subprocess.run(["ls", "-a", "aet_sample"])
|
|
|
110 |
|
111 |
iface = gr.Interface(
|
112 |
transfer,
|
|
|
107 |
download_file_from_google_drive("10OJ2iznutxzp8MEIS6lBVaIS_g5c_70V", "hifigan/hifigan_melspec_universal")
|
108 |
subprocess.run(["ls", "-a"])
|
109 |
subprocess.run(["ls", "-a", "aet_sample"])
|
110 |
+
subprocess.run(["ls", "-a", "hifigan"])
|
111 |
|
112 |
iface = gr.Interface(
|
113 |
transfer,
|