Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,6 @@ mf_transcribe = gr.Interface(
|
|
79 |
gr.components.Checkbox(label="Return timestamps"),
|
80 |
],
|
81 |
outputs="text",
|
82 |
-
theme="huggingface",
|
83 |
title="Whisper Demo: Transcribe Audio",
|
84 |
description=(
|
85 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
|
|
79 |
gr.components.Checkbox(label="Return timestamps"),
|
80 |
],
|
81 |
outputs="text",
|
|
|
82 |
title="Whisper Demo: Transcribe Audio",
|
83 |
description=(
|
84 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|