lwdgit commited on
Commit
11891ba
·
1 Parent(s): 42f8b2f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("python -m pip install paddlepaddle==2.4.1.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html")
3
  os.system("hub install wav2lip==1.0.0")
4
  import gradio as gr
5
  import paddlehub as hub
 
1
  import os
2
+ os.system("python -m pip install paddlepaddle==2.4.1 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html")
3
  os.system("hub install wav2lip==1.0.0")
4
  import gradio as gr
5
  import paddlehub as hub