Spaces:
Runtime error
Runtime error
Updated description
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ io1 = gr.Interface(
|
|
| 101 |
[audio2_filename],
|
| 102 |
],
|
| 103 |
title = "Whisper Small - Italian - Microphone or Audio file",
|
| 104 |
-
description = "Realtime demo for Italian speech recognition using a fine-tuned Whisper small model. It uses the computer microphone as audio input. It outputs a transcription and the tags of the text",
|
| 105 |
)
|
| 106 |
|
| 107 |
io2 = gr.Interface(
|
|
@@ -118,7 +118,7 @@ io2 = gr.Interface(
|
|
| 118 |
],
|
| 119 |
|
| 120 |
title = "Whisper Small - Italian - YouTube link",
|
| 121 |
-
description = "Realtime demo for Italian speech recognition using a fine-tuned Whisper small model. It uses a YouTube link as audio input",
|
| 122 |
)
|
| 123 |
|
| 124 |
gr.TabbedInterface(
|
|
|
|
| 101 |
[audio2_filename],
|
| 102 |
],
|
| 103 |
title = "Whisper Small - Italian - Microphone or Audio file",
|
| 104 |
+
description = "Realtime demo for Italian speech recognition using a fine-tuned Whisper small model. It uses the computer microphone as audio input. It outputs a transcription and the tags of the text.",
|
| 105 |
)
|
| 106 |
|
| 107 |
io2 = gr.Interface(
|
|
|
|
| 118 |
],
|
| 119 |
|
| 120 |
title = "Whisper Small - Italian - YouTube link",
|
| 121 |
+
description = "Realtime demo for Italian speech recognition using a fine-tuned Whisper small model. It uses a YouTube link as audio input. It outputs a transcription and the tags of the text.",
|
| 122 |
)
|
| 123 |
|
| 124 |
gr.TabbedInterface(
|