--- title: Arabic2english emoji: 🐨 colorFrom: yellow colorTo: pink sdk: gradio sdk_version: 4.21.0 app_file: app.py pinned: false license: mit --- # Setup and Requirements **1. Clone the Translate repo:** ``` git clone https://huggingface.co/spaces/alifalhasan/arabic2english ``` **2. Install requirements:** ``` pip install -r requirements.txt python -m spacy download en_core_web_sm ```