Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import sys
|
|
5 |
import wget
|
6 |
import torch
|
7 |
import gradio
|
|
|
8 |
|
9 |
os.system("git clone https://github.com/NVlabs/stylegan3")
|
10 |
sys.path.append('./stylegan3')
|
|
|
5 |
import wget
|
6 |
import torch
|
7 |
import gradio
|
8 |
+
from huggingface_hub import hf_hub_download
|
9 |
|
10 |
os.system("git clone https://github.com/NVlabs/stylegan3")
|
11 |
sys.path.append('./stylegan3')
|