Jacob Logas
commited on
Update requirements again
Browse files- app.py +1 -1
- requirements.txt +9 -7
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
import gradio as gr
|
2 |
import spaces
|
|
|
3 |
import torch
|
4 |
from PIL import Image
|
5 |
import numpy as np
|
|
|
|
|
1 |
import spaces
|
2 |
+
import gradio as gr
|
3 |
import torch
|
4 |
from PIL import Image
|
5 |
import numpy as np
|
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
Pillow
|
4 |
-
|
5 |
-
|
6 |
-
opencv-python>=4.10.0.84
|
7 |
git+https://github.com/logasja/lpips-pytorch
|
8 |
-
spaces
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
Pillow
|
4 |
+
tqdm
|
5 |
+
opencv-python
|
|
|
6 |
git+https://github.com/logasja/lpips-pytorch
|
7 |
+
spaces
|
8 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
9 |
+
torch
|
10 |
+
torchvision
|