Ahsen Khaliq commited on
Commit
d2d7185
1 Parent(s): 47c361d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import zipfile
4
  import gradio as gr
5
 
6
  os.chdir('ParallelWaveGAN/')
7
- os.system('pip install -e .')
8
  os.chdir('..')
9
  os.system('gdown https://drive.google.com/uc?id=1Flw6Z0K2QdRrTn5F-gVt6HdR9TRPiaKy')
10
 
 
4
  import gradio as gr
5
 
6
  os.chdir('ParallelWaveGAN/')
7
+ os.system('pip install --user -e .')
8
  os.chdir('..')
9
  os.system('gdown https://drive.google.com/uc?id=1Flw6Z0K2QdRrTn5F-gVt6HdR9TRPiaKy')
10