Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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,
|