Ahsen Khaliq
commited on
Commit
·
0f75811
1
Parent(s):
d966e22
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
-
|
|
|
4 |
|
5 |
from PIL import Image
|
6 |
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
+
os.system("wget --no-check-certificate -r 'https://drive.google.com/uc?id=1BnS1T39GQr6LH0J5F1EXliIhgZhJ7EGl' -O blendgan.pt")
|
4 |
+
os.system("wget --no-check-certificate -r 'https://drive.google.com/uc?id=1PedYtI-K26FIpr9Iq2xrEgT9_DnPzble' -O psp_encoder.pt")
|
5 |
|
6 |
from PIL import Image
|
7 |
|