Spaces:
Runtime error
Runtime error
feat: update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastai
|
2 |
tqdm
|
3 |
gradio
|
4 |
-
ipywidgets
|
|
|
|
1 |
+
ipywidgets
|
2 |
+
torch==1.12.1
|
3 |
+
torchvision==0.13.1
|
4 |
+
torchaudio==0.12.1
|
5 |
+
pillow==9.1.0
|
6 |
fastai
|
7 |
tqdm
|
8 |
gradio
|
9 |
+
ipywidgets
|
10 |
+
timm
|