Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/feng2022/Time-TravelRephotography
Browse files- app.py +1 -1
- requirements.txt +1 -2
app.py
CHANGED
@@ -106,4 +106,4 @@ def main():
|
|
106 |
|
107 |
if __name__ == '__main__':
|
108 |
main()
|
109 |
-
|
|
|
106 |
|
107 |
if __name__ == '__main__':
|
108 |
main()
|
109 |
+
|
requirements.txt
CHANGED
@@ -2,5 +2,4 @@ numpy==1.22.3
|
|
2 |
Pillow==9.1.0
|
3 |
scipy==1.8.0
|
4 |
torch==1.11.0
|
5 |
-
torchvision==0.12.0
|
6 |
-
torch_utils==0.1.2
|
|
|
2 |
Pillow==9.1.0
|
3 |
scipy==1.8.0
|
4 |
torch==1.11.0
|
5 |
+
torchvision==0.12.0
|
|