Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gradio==2.
|
3 |
os.system("python -m pip install paddlepaddle-gpu==2.2.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
|
|
|
1 |
import os
|
2 |
+
os.system("pip install gradio==2.7.5.2")
|
3 |
os.system("python -m pip install paddlepaddle-gpu==2.2.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
|