Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
36e65f0
1
Parent(s):
3fa1c50
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,9 @@ import gradio as gr
|
|
2 |
import os
|
3 |
import shlex
|
4 |
|
|
|
|
|
|
|
5 |
os.system('wget https://github.com/blue-fish/Real-Time-Voice-Cloning/releases/download/v1.0/pretrained.zip')
|
6 |
os.system('unzip pretrained.zip')
|
7 |
|
|
|
2 |
import os
|
3 |
import shlex
|
4 |
|
5 |
+
os.system('chmod 777 encoder')
|
6 |
+
os.system('chmod 777 synthesizer')
|
7 |
+
os.system('chmod 777 vocoder')
|
8 |
os.system('wget https://github.com/blue-fish/Real-Time-Voice-Cloning/releases/download/v1.0/pretrained.zip')
|
9 |
os.system('unzip pretrained.zip')
|
10 |
|