Spaces:
Sleeping
Sleeping
Added files for hugging face model deployment
Browse files- app.py +0 -0
- requirements.txt +6 -0
app.py
ADDED
|
File without changes
|
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
safetensors
|
| 3 |
+
scikit-learn
|
| 4 |
+
transformers
|
| 5 |
+
numpy
|
| 6 |
+
pillow
|