rheatony commited on
Commit
a73c5e7
1 Parent(s): 7bbd2bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def whisper_transcript(model_size,audio_file):
28
  gradio_ui = gr.Interface(
29
  fn=whisper_transcript,
30
  title="Transcribe multi-lingual audio",
31
- theme="peach"
32
  description="**How to use**: Select a model, upload an audio clip, then click submit. If your clip is **100% in English, select models ending in ‘.en’**. If the clip is in other languages, or a mix of languages, select models without ‘.en’",
33
  article="**Note**: The larger the model size selected or the longer the audio clip, the more time it would take to process the transcript.",
34
  inputs=[
 
28
  gradio_ui = gr.Interface(
29
  fn=whisper_transcript,
30
  title="Transcribe multi-lingual audio",
31
+ theme="peach",
32
  description="**How to use**: Select a model, upload an audio clip, then click submit. If your clip is **100% in English, select models ending in ‘.en’**. If the clip is in other languages, or a mix of languages, select models without ‘.en’",
33
  article="**Note**: The larger the model size selected or the longer the audio clip, the more time it would take to process the transcript.",
34
  inputs=[