BassWow commited on
Commit
14ea07b
·
1 Parent(s): a690097
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ def speech_to_text(tmp_filename, model_size):
28
  gr.Interface(
29
  theme="dark",
30
  title="Whisper by OpenAI",
 
31
  css="""
32
  .gr-prose p{text-align: center;}
33
  .gr-button {background: black;color: white}
 
28
  gr.Interface(
29
  theme="dark",
30
  title="Whisper by OpenAI",
31
+ thumbnail="https://cdn.openai.com/whisper/asr-summary-of-model-architecture-desktop.svg",
32
  css="""
33
  .gr-prose p{text-align: center;}
34
  .gr-button {background: black;color: white}