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