Spaces:
Running
on
Zero
Running
on
Zero
File size: 384 Bytes
8ca8f7e f7e0fe0 2badd3c c43fa3e 9c7a903 2badd3c 8ca8f7e ec1efe3 2badd3c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: 🇺🇦 UK-EN Translator
short_description: Translate your text, audio, image from Ukrainian to English
colorFrom: yellow
colorTo: gray
sdk: gradio
sdk_version: 5.38.0
pinned: false
---
Translate from Ukrainian to English.
## Install
```bash
uv venv --python 3.10
source .venv/bin/activate
uv pip install -r requirements.txt
uv pip install -r requirements-dev.txt
``` |