Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ import sys
|
|
10 |
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
-
import
|
14 |
-
import
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
|
17 |
sys.path.insert(0, 'StyleGAN-Human')
|
|
|
10 |
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
+
import torch
|
14 |
+
import torch.nn as nn
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
|
17 |
sys.path.insert(0, 'StyleGAN-Human')
|