Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -179,10 +179,10 @@ iface = gr.Interface(
|
|
179 |
],
|
180 |
layout="horizontal",
|
181 |
theme="huggingface",
|
182 |
-
title="
|
183 |
description="Demo for English speech recognition using Conformer Transducers",
|
184 |
allow_flagging='never',
|
185 |
live=True,
|
186 |
-
article=f"
|
187 |
)
|
188 |
iface.launch()
|
|
|
179 |
],
|
180 |
layout="horizontal",
|
181 |
theme="huggingface",
|
182 |
+
title="🗣️LiveSpeechRecognition🧠Memory💾",
|
183 |
description="Demo for English speech recognition using Conformer Transducers",
|
184 |
allow_flagging='never',
|
185 |
live=True,
|
186 |
+
article=f"Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|
187 |
)
|
188 |
iface.launch()
|