Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -15,6 +15,7 @@ gr.Interface(
|
|
15 |
title="Whisper by OpenAI",
|
16 |
css="""
|
17 |
.gr-prose p{text-align: center;}
|
|
|
18 |
""",
|
19 |
description="Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web.",
|
20 |
fn=speech_to_text,
|
|
|
15 |
title="Whisper by OpenAI",
|
16 |
css="""
|
17 |
.gr-prose p{text-align: center;}
|
18 |
+
.gr-button {background: black;color: white}
|
19 |
""",
|
20 |
description="Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web.",
|
21 |
fn=speech_to_text,
|