Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
# This file may be used to create an environment using:
|
2 |
# $ conda create --name <env> --file <this file>
|
3 |
# platform: win-64
|
4 |
-
fastai
|
|
|
|
|
|
|
|
|
|
1 |
# This file may be used to create an environment using:
|
2 |
# $ conda create --name <env> --file <this file>
|
3 |
# platform: win-64
|
4 |
+
fastai
|
5 |
+
torch
|
6 |
+
gradio
|
7 |
+
numpy
|
8 |
+
pandas <2.0.0
|