Spaces:
Sleeping
Sleeping
Commit
·
25abace
1
Parent(s):
2cc4b8e
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
tensorflow==2.17.1 # Замените на вашу версию TensorFlow
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
datasets
|