pyf98 commited on
Commit
ea91f53
1 Parent(s): 7417dda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ demo = gr.Interface(
151
  ],
152
  outputs=[
153
  gr.Text(label="Predicted Language", info="Language identification is performed if language is unknown."),
154
- gr.Text(label="Predicted Text", info="Best hypothesis, without timestamps."),
155
  ],
156
  title="Demo of OWSM v3: An Open Whisper-style Speech Model from CMU WAVLab",
157
  description=_DESCRIPTION,
 
151
  ],
152
  outputs=[
153
  gr.Text(label="Predicted Language", info="Language identification is performed if language is unknown."),
154
+ gr.Text(label="Predicted Text", info="Best hypothesis."),
155
  ],
156
  title="Demo of OWSM v3: An Open Whisper-style Speech Model from CMU WAVLab",
157
  description=_DESCRIPTION,