File size: 911 Bytes
704a4fe
 
 
 
 
 
 
 
 
 
 
 
 
a38e9d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
704a4fe
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
27
28
29
30
31
32
---
title: OLMoASR
emoji: 🌍
colorFrom: yellow
colorTo: gray
sdk: gradio
sdk_version: 5.41.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: 'Open Models and Data for Training Robust Speech Recognition '
---

# OLMoASR Gradio App

This application provides speech recognition capabilities using OLMoASR models.

## Environment Variables Required

This app requires access to a private repository. You must set the following environment variable:

- `GITHUB_TOKEN`: Personal Access Token with `repo` permissions for accessing `huongngo-8/olmoasr`

### For HuggingFace Spaces:
1. Go to your Space settings
2. Add `GITHUB_TOKEN` to Repository secrets
3. The app will automatically install private dependencies on startup

See [DEPLOYMENT.md](./DEPLOYMENT.md) for detailed setup instructions.

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference