Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|