Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ from huggingface_hub import hf_hub_download
|
|
17 |
from transformers import pipeline
|
18 |
|
19 |
os.chdir("Time_TravelRephotography")
|
20 |
-
from utils import torch_helpers as th
|
21 |
from argparse import Namespace
|
22 |
from projector import (
|
23 |
ProjectorArguments,
|
|
|
17 |
from transformers import pipeline
|
18 |
|
19 |
os.chdir("Time_TravelRephotography")
|
|
|
20 |
from argparse import Namespace
|
21 |
from projector import (
|
22 |
ProjectorArguments,
|