Spaces:
Sleeping
Sleeping
Deploy Myco from CI
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,7 @@
|
|
| 1 |
gradio==6.16.0
|
| 2 |
huggingface_hub>=1.0,<2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==6.16.0
|
| 2 |
huggingface_hub>=1.0,<2.0
|
| 3 |
+
transformers>=4.51.0
|
| 4 |
+
torch
|
| 5 |
+
accelerate
|
| 6 |
+
sentencepiece
|
| 7 |
+
safetensors
|