Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -11,6 +11,7 @@ def speech_to_text(tmp_filename, model_size):
|
|
11 |
|
12 |
|
13 |
gr.Interface(
|
|
|
14 |
title="Whisper by OpenAI",
|
15 |
description="Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web.",
|
16 |
fn=speech_to_text,
|
|
|
11 |
|
12 |
|
13 |
gr.Interface(
|
14 |
+
theme="dark",
|
15 |
title="Whisper by OpenAI",
|
16 |
description="Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web.",
|
17 |
fn=speech_to_text,
|