Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- packages.txt +3 -0
- requirements.txt +8 -0
packages.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
build-essential
|
| 2 |
+
python3-dev
|
| 3 |
+
cmake
|
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
transformers
|
| 3 |
+
torch
|
| 4 |
+
tensorflow
|
| 5 |
+
scikit-learn
|
| 6 |
+
numpy
|
| 7 |
+
fasttext
|
| 8 |
+
huggingface_hub
|