Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -13,6 +13,9 @@ def speech_to_text(tmp_filename, model_size):
|
|
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,
|
18 |
inputs=[
|
|
|
13 |
gr.Interface(
|
14 |
theme="dark",
|
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,
|
21 |
inputs=[
|