feng2022 commited on
Commit
98a2239
·
1 Parent(s): b3e94c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ import sys
10
 
11
  import gradio as gr
12
  import numpy as np
13
- import pytorch
14
- import pytorch.nn as nn
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')