awacke1 commited on
Commit
f5e8331
·
1 Parent(s): fa5d17a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -179,10 +179,10 @@ iface = gr.Interface(
179
  ],
180
  layout="horizontal",
181
  theme="huggingface",
182
- title="ASR Streaming Conformer Transducer Large - English",
183
  description="Demo for English speech recognition using Conformer Transducers",
184
  allow_flagging='never',
185
  live=True,
186
- article=f"The dataset repo is [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
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()