Update app.py
Browse files
app.py
CHANGED
@@ -100,8 +100,8 @@ file_transcribe = gr.Interface(
|
|
100 |
],
|
101 |
outputs="text",
|
102 |
#layout="horizontal",
|
103 |
-
theme="huggingface",
|
104 |
-
title="Whisper Large V3: Transcribe Audio",
|
105 |
#description=(
|
106 |
# "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
|
107 |
# f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
|
|
100 |
],
|
101 |
outputs="text",
|
102 |
#layout="horizontal",
|
103 |
+
#theme="huggingface",
|
104 |
+
#title="Whisper Large V3: Transcribe Audio",
|
105 |
#description=(
|
106 |
# "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
|
107 |
# f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|