Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
f19e575
1
Parent(s):
ee1f02d
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import shutil
|
|
3 |
import zipfile
|
4 |
import gradio as gr
|
5 |
|
6 |
-
os.system('chown -R ./.eggs')
|
7 |
os.chdir('ParallelWaveGAN/')
|
8 |
os.system('pip install --user -e .')
|
9 |
os.chdir('..')
|
|
|
3 |
import zipfile
|
4 |
import gradio as gr
|
5 |
|
6 |
+
os.system('chown -R root:users ./.eggs')
|
7 |
os.chdir('ParallelWaveGAN/')
|
8 |
os.system('pip install --user -e .')
|
9 |
os.chdir('..')
|