Spaces:
Running
Running
TogetherAI
commited on
Commit
•
a6ec80b
1
Parent(s):
1bfe127
Update app.py
Browse files
app.py
CHANGED
@@ -85,9 +85,9 @@ mf_transcribe = gr.Interface(
|
|
85 |
outputs="text",
|
86 |
layout="horizontal",
|
87 |
theme="ParityError/Interstellar",
|
88 |
-
title="
|
89 |
description=(
|
90 |
-
"
|
91 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
92 |
" of arbitrary length."
|
93 |
),
|
|
|
85 |
outputs="text",
|
86 |
layout="horizontal",
|
87 |
theme="ParityError/Interstellar",
|
88 |
+
title="",
|
89 |
description=(
|
90 |
+
""
|
91 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
92 |
" of arbitrary length."
|
93 |
),
|