awacke1 commited on
Commit
3f8ce6d
1 Parent(s): 69fb213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -134,8 +134,5 @@ gr.Interface(
134
  description=f"Live Automatic Speech Recognition (ASR) with Memory💾 Dataset.",
135
  allow_flagging='never',
136
  live=True,
137
- if PersistToDataset:
138
- article=f"Result Output Saved to Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
139
- else:
140
- article=f"Memory💾 Dataset is off currently: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
141
  ).launch(debug=True)
 
134
  description=f"Live Automatic Speech Recognition (ASR) with Memory💾 Dataset.",
135
  allow_flagging='never',
136
  live=True,
137
+ article=f"Result Output Saved to Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
 
 
 
138
  ).launch(debug=True)