patrickvonplaten
commited on
Commit
•
360fd06
1
Parent(s):
3c11f4a
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ gr.Interface(
|
|
36 |
],
|
37 |
outputs=[
|
38 |
gr.outputs.Textbox(label='Restored text'),
|
39 |
-
gr.
|
40 |
],
|
41 |
examples=[
|
42 |
["./common_voice_en_18301577.mp3", "do not cross the yellow light"],
|
|
|
36 |
],
|
37 |
outputs=[
|
38 |
gr.outputs.Textbox(label='Restored text'),
|
39 |
+
gr.Number(label='Log probability')
|
40 |
],
|
41 |
examples=[
|
42 |
["./common_voice_en_18301577.mp3", "do not cross the yellow light"],
|