feng2022 commited on
Commit
e910a5f
1 Parent(s): f8205be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import torch
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
 
 
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