Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
0774187
1
Parent(s):
1cbcb4e
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
import os
|
|
|
|
|
|
|
| 2 |
import cv2
|
| 3 |
import paddlehub as hub
|
| 4 |
import gradio as gr
|
|
|
|
| 1 |
import os
|
| 2 |
+
os.system("gdown https://drive.google.com/uc?id=1-95IOJ-2y9BtmABiffIwndPqNZD_gLnV")
|
| 3 |
+
os.system("unzip big-lama.zip")
|
| 4 |
import cv2
|
| 5 |
import paddlehub as hub
|
| 6 |
import gradio as gr
|