hr16 commited on
Commit
ff2b644
·
1 Parent(s): 3b78729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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