Spaces:
Running
Running
# 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 |