awacke1 commited on
Commit
d533cff
1 Parent(s): ad7f50f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -130,9 +130,9 @@ gr.Interface(
130
  ],
131
  layout="horizontal",
132
  theme="huggingface",
133
- title="🗣️ASR-Live🧠Memory💾",
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)
 
130
  ],
131
  layout="horizontal",
132
  theme="huggingface",
133
+ title="🗣️ASR-Gradio-Live🧠💾",
134
+ description=f"Live Automatic Speech Recognition (ASR).",
135
  allow_flagging='never',
136
  live=True,
137
+ article=f"Result💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
138
  ).launch(debug=True)