awacke1 commited on
Commit
aaa5f66
·
1 Parent(s): b8407b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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})"