0xSynapse commited on
Commit
edf4f36
1 Parent(s): 70e14a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  os.system("pip install gradio==2.7.5.2")
3
- os.system("python -m pip install paddlepaddle-gpu==2.3.1.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html")
4
  os.system("hub install wav2lip==1.0.0")
5
  import gradio as gr
6
  import paddlehub as hub
 
1
  import os
2
  os.system("pip install gradio==2.7.5.2")
3
+ os.system("python -m pip install paddlepaddle==2.4.1 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html")
4
  os.system("hub install wav2lip==1.0.0")
5
  import gradio as gr
6
  import paddlehub as hub