Rich Gregson commited on
Commit
713fc88
1 Parent(s): 15cc3f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,7 +5,7 @@ import whisper
5
 
6
  from share_btn import community_icon_html, loading_icon_html, share_js
7
 
8
- model = whisper.load_model("small")
9
 
10
 
11
 
@@ -159,11 +159,11 @@ with block:
159
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
160
  </svg>
161
  <h1 style="font-weight: 900; margin-bottom: 7px;">
162
- Whisper
163
  </h1>
164
  </div>
165
  <p style="margin-bottom: 10px; font-size: 94%">
166
- Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification. This demo cuts audio after around 30 secs.
167
  </p>
168
  </div>
169
  """
 
5
 
6
  from share_btn import community_icon_html, loading_icon_html, share_js
7
 
8
+ model = whisper.load_model("large")
9
 
10
 
11
 
 
159
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
160
  </svg>
161
  <h1 style="font-weight: 900; margin-bottom: 7px;">
162
+ Transcription for CXD
163
  </h1>
164
  </div>
165
  <p style="margin-bottom: 10px; font-size: 94%">
166
+ Record your mic input and then hit transcribe!
167
  </p>
168
  </div>
169
  """