Spaces:
Running
on
Zero
Running
on
Zero
File size: 317 Bytes
5879d4f e09f4d5 871685e 287ac53 8de3411 5879d4f 287ac53 27b8a93 5879d4f 287ac53 034b18a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
title: Speech-to-Text for Ukrainian v2.1 (W2V-BERT 2.0)
emoji: 🎙️
colorFrom: blue
colorTo: gray
sdk: gradio
app_file: app.py
pinned: true
sdk_version: 5.37.0
---
## Install
```shell
uv venv --python 3.10
source .venv/bin/activate
uv pip install -r requirements.txt
```
## Run
```shell
python app.py
``` |