Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import torch
|
|
8 |
import stylegan2
|
9 |
from stylegan2 import utils
|
10 |
from huggingface_hub import hf_hub_download
|
|
|
11 |
|
12 |
from types import SimpleNamespace
|
13 |
|
|
|
8 |
import stylegan2
|
9 |
from stylegan2 import utils
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
+
import gradio as gr
|
12 |
|
13 |
from types import SimpleNamespace
|
14 |
|