--- title: RomanEng2Nep-v2 emoji: 📚 colorFrom: yellow colorTo: blue app_file: app.py sdk: gradio sdk_version: 4.44.0 --- ## Steps ### 1. Clone this repo ``` git clone git@github.com:yubraaj11/RomanEng2Nep.git ``` ### 2. Install requirements ``` pip install -r requirements.txt ``` ### 3. Run the Gradio App ``` python app.py ```