Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
|
|
35 |
gr.Audio(source="upload", type="filepath", interactive=True),
|
36 |
gr.Text(label="URL (YouTube, etc.)")],
|
37 |
outputs="text",
|
38 |
-
title="Whisper Small
|
39 |
description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
|
40 |
)
|
41 |
|
|
|
35 |
gr.Audio(source="upload", type="filepath", interactive=True),
|
36 |
gr.Text(label="URL (YouTube, etc.)")],
|
37 |
outputs="text",
|
38 |
+
title="Whisper Small Persian",
|
39 |
description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
|
40 |
)
|
41 |
|