Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,8 @@ mf_transcribe = gr.Interface(
|
|
77 |
layout="horizontal",
|
78 |
theme='gradio/seafoam',
|
79 |
title="Whisper Large V2: Transcribe Audio",
|
|
|
|
|
80 |
description=(
|
81 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
82 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe audio files"
|
|
|
77 |
layout="horizontal",
|
78 |
theme='gradio/seafoam',
|
79 |
title="Whisper Large V2: Transcribe Audio",
|
80 |
+
gr.markdown("<h1 style='text-align: center;'><img width=320px src = 'https://upload.wikimedia.org/wikipedia/ru/8/81/Sheldon_cooper.jpg'>",
|
81 |
+
unsafe_allow_html=True)
|
82 |
description=(
|
83 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
84 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe audio files"
|