Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,7 @@ def whisper_transcript(model_size, url, audio_file):
|
|
27 |
# define Gradio app interface
|
28 |
gradio_ui = gr.Interface(
|
29 |
fn=whisper_transcript,
|
|
|
30 |
title="Transcribe multi-lingual audio clips with Whisper",
|
31 |
description="**How to use**: Select a model, paste in a Youtube link or 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’",
|
32 |
article="**Note**: The larger the model size selected or the longer the audio clip, the more time it would take to process the transcript.",
|
|
|
27 |
# define Gradio app interface
|
28 |
gradio_ui = gr.Interface(
|
29 |
fn=whisper_transcript,
|
30 |
+
theme="Nymbo/Nymbo_Theme",
|
31 |
title="Transcribe multi-lingual audio clips with Whisper",
|
32 |
description="**How to use**: Select a model, paste in a Youtube link or 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.",
|