BassWow commited on
Commit
df3e71c
1 Parent(s): d53ddc9
Files changed (1) hide show
  1. app.py +1 -0
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,