feng2022 commited on
Commit
51f1e70
1 Parent(s): 41d052a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -15,9 +15,9 @@ 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 Time_TravelRephotography.transformers import pipeline
19
- from Time_TravelRephotography.argparse import Namespace
20
- from projector import (
21
  ProjectorArguments,
22
  main,
23
  )
 
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
+ from argparse import Namespace
20
+ from Time_TravelRephotography.projector import (
21
  ProjectorArguments,
22
  main,
23
  )