Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ iface = gr.Interface(
|
|
186 |
layout="horizontal",
|
187 |
theme="huggingface",
|
188 |
title="🗣️LiveSpeechRecognition🧠Memory💾",
|
189 |
-
description="Live Automatic Speech Recognition (ASR) with Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})",
|
190 |
allow_flagging='never',
|
191 |
live=True,
|
192 |
article=f"Result Output Saved to Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|
|
|
186 |
layout="horizontal",
|
187 |
theme="huggingface",
|
188 |
title="🗣️LiveSpeechRecognition🧠Memory💾",
|
189 |
+
description=f"Live Automatic Speech Recognition (ASR) with Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})",
|
190 |
allow_flagging='never',
|
191 |
live=True,
|
192 |
article=f"Result Output Saved to Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|