Spaces:
Runtime error
Runtime error
mhamilton723
commited on
Commit
•
a0f4607
1
Parent(s):
f7c7e52
updates
Browse files- README.md +1 -1
- pre-requirements.txt +11 -1
- requirements.txt +0 -14
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: FeatUp
|
3 |
-
emoji:
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
sdk: streamlit
|
|
|
1 |
---
|
2 |
title: FeatUp
|
3 |
+
emoji: 👣⬆️
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
sdk: streamlit
|
pre-requirements.txt
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
-i https://download.pytorch.org/whl/cu118
|
2 |
torch
|
3 |
torchvision
|
4 |
-
torchaudio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
-i https://download.pytorch.org/whl/cu118
|
2 |
torch
|
3 |
torchvision
|
4 |
+
torchaudio
|
5 |
+
kornia
|
6 |
+
omegaconf
|
7 |
+
pytorch-lightning
|
8 |
+
torchvision
|
9 |
+
tqdm
|
10 |
+
torchmetrics
|
11 |
+
scikit-learn
|
12 |
+
numpy
|
13 |
+
matplotlib
|
14 |
+
git+https://github.com/mhamilton723/CLIP.git
|
requirements.txt
CHANGED
@@ -1,15 +1 @@
|
|
1 |
-
-i https://download.pytorch.org/whl/cu118
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
torchaudio
|
5 |
-
kornia
|
6 |
-
omegaconf
|
7 |
-
pytorch-lightning
|
8 |
-
torchvision
|
9 |
-
tqdm
|
10 |
-
torchmetrics
|
11 |
-
scikit-learn
|
12 |
-
numpy
|
13 |
-
matplotlib
|
14 |
-
git+https://github.com/mhamilton723/CLIP.git
|
15 |
git+https://github.com/mhamilton723/FeatUp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/mhamilton723/FeatUp
|