Huong commited on
Commit
a38e9d5
·
1 Parent(s): 531440d

update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -11,4 +11,21 @@ license: apache-2.0
11
  short_description: 'Open Models and Data for Training Robust Speech Recognition '
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
11
  short_description: 'Open Models and Data for Training Robust Speech Recognition '
12
  ---
13
 
14
+ # OLMoASR Gradio App
15
+
16
+ This application provides speech recognition capabilities using OLMoASR models.
17
+
18
+ ## Environment Variables Required
19
+
20
+ This app requires access to a private repository. You must set the following environment variable:
21
+
22
+ - `GITHUB_TOKEN`: Personal Access Token with `repo` permissions for accessing `huongngo-8/olmoasr`
23
+
24
+ ### For HuggingFace Spaces:
25
+ 1. Go to your Space settings
26
+ 2. Add `GITHUB_TOKEN` to Repository secrets
27
+ 3. The app will automatically install private dependencies on startup
28
+
29
+ See [DEPLOYMENT.md](./DEPLOYMENT.md) for detailed setup instructions.
30
+
31
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference