feng2022 commited on
Commit
f8205be
1 Parent(s): 39868fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ import torch
14
  import torch_utils
15
  import torch.nn as nn
16
  from huggingface_hub import hf_hub_download
 
17
  from transformers import pipeline
18
  sys.path.insert(0, 'StyleGAN-Human')
19
 
 
14
  import torch_utils
15
  import torch.nn as nn
16
  from huggingface_hub import hf_hub_download
17
+ from Time-TravelRephotography.utils import torch_helpers as th
18
  from transformers import pipeline
19
  sys.path.insert(0, 'StyleGAN-Human')
20