zhenxuan commited on
Commit
a059f58
·
1 Parent(s): 6e86db4

Add default model config

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -115,6 +115,8 @@ def transcribe(audio, state={}):
115
  assert CNT_PER_CHUNK % RECOGNITION_INTERVAL == 0
116
 
117
  STEP_ONE_DESCRIPTION = '''
 
 
118
  <div>
119
  <h3>
120
  Step1. Click button <i>"Record from microphone"</i> and allow this site to use your microphone.
@@ -123,6 +125,7 @@ STEP_ONE_DESCRIPTION = '''
123
  </div>
124
  '''
125
 
 
126
  STEP_TWO_DESCRIPTION = '''
127
  <div align=center>
128
  <h3 style="font-weight: 900; margin-bottom: 7px;">
 
115
  assert CNT_PER_CHUNK % RECOGNITION_INTERVAL == 0
116
 
117
  STEP_ONE_DESCRIPTION = '''
118
+ Model: base
119
+ Language: en
120
  <div>
121
  <h3>
122
  Step1. Click button <i>"Record from microphone"</i> and allow this site to use your microphone.
 
125
  </div>
126
  '''
127
 
128
+
129
  STEP_TWO_DESCRIPTION = '''
130
  <div align=center>
131
  <h3 style="font-weight: 900; margin-bottom: 7px;">