Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
import os
|
2 |
os.system("wget https://huggingface.co/akhaliq/lama/resolve/main/best.ckpt")
|
3 |
-
os.system("pip install imageio")
|
4 |
-
os.system("pip install albumentations==0.5.2")
|
5 |
-
os.system("pip install opencv-python")
|
6 |
-
os.system("pip install ffmpeg-python")
|
7 |
-
os.system("pip install moviepy")
|
8 |
import cv2
|
9 |
import paddlehub as hub
|
10 |
import gradio as gr
|
|
|
1 |
import os
|
2 |
os.system("wget https://huggingface.co/akhaliq/lama/resolve/main/best.ckpt")
|
|
|
|
|
|
|
|
|
|
|
3 |
import cv2
|
4 |
import paddlehub as hub
|
5 |
import gradio as gr
|