Ahsen Khaliq
commited on
Commit
•
3c9d15d
1
Parent(s):
0660bc7
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
os.system("hub install wav2lip==1.0.0")
|
3 |
import gradio as gr
|
4 |
import paddlehub as hub
|
|
|
1 |
import os
|
2 |
+
os.system("python -m pip install paddlepaddle-gpu==2.2.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
|