Ahsen Khaliq
commited on
Commit
·
6114672
1
Parent(s):
d48ddaa
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
-
os.system("gdown
|
| 4 |
-
os.system("gdown https://drive.google.com/uc?id=
|
|
|
|
| 5 |
|
| 6 |
from PIL import Image
|
| 7 |
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
+
os.system("pip install -U --no-cache-dir gdown")
|
| 4 |
+
os.system("gdown --no-cookies https://drive.google.com/uc?id=1eF04jKMLAb9DvzI72m8Akn5ykWf3EafE")
|
| 5 |
+
os.system("gdown --no-cookies https://drive.google.com/uc?id=1PedYtI-K26FIpr9Iq2xrEgT9_DnPzble")
|
| 6 |
|
| 7 |
from PIL import Image
|
| 8 |
|