Ahsen Khaliq
commited on
Commit
•
9d8908d
1
Parent(s):
0699239
Update app.py
Browse files
app.py
CHANGED
@@ -3,10 +3,10 @@ import gradio as gr
|
|
3 |
os.system("pip install googledrivedownloader")
|
4 |
from google_drive_downloader import GoogleDriveDownloader as gdd
|
5 |
gdd.download_file_from_google_drive(file_id='1BnS1T39GQr6LH0J5F1EXliIhgZhJ7EGl',
|
6 |
-
dest_path='
|
7 |
unzip=False)
|
8 |
gdd.download_file_from_google_drive(file_id='1PedYtI-K26FIpr9Iq2xrEgT9_DnPzble',
|
9 |
-
dest_path='
|
10 |
unzip=False)
|
11 |
|
12 |
from PIL import Image
|
|
|
3 |
os.system("pip install googledrivedownloader")
|
4 |
from google_drive_downloader import GoogleDriveDownloader as gdd
|
5 |
gdd.download_file_from_google_drive(file_id='1BnS1T39GQr6LH0J5F1EXliIhgZhJ7EGl',
|
6 |
+
dest_path='blendgan.pt',
|
7 |
unzip=False)
|
8 |
gdd.download_file_from_google_drive(file_id='1PedYtI-K26FIpr9Iq2xrEgT9_DnPzble',
|
9 |
+
dest_path='psp_encoder.pt',
|
10 |
unzip=False)
|
11 |
|
12 |
from PIL import Image
|