Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.41.1
|
2 |
+
huggingface-hub==0.22.2
|
3 |
+
transformers==4.34.0
|
4 |
+
torch>=2.0.0 # Required for Transformers (install based on your hardware; GPU support recommended)
|
5 |
+
sentencepiece # Required for some Hugging Face models like T5, Bloom, or GPT models
|