nlp / requirements.txt
ganjirajesh's picture
Create requirements.txt
51fc414 verified
raw
history blame contribute delete
386 Bytes
# Required libraries for the Gradio Translator App
gradio
transformers>=4.20.0 # Using a base version for compatibility
torch>=1.8.0 # PyTorch backend for transformers
sentencepiece # Required tokenizer for the NLLB model
# Note: Ensure these versions are compatible with your environment
# You might adjust versions based on specific needs or Hugging Face Space requirements