Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -130,9 +130,9 @@ gr.Interface(
|
|
130 |
],
|
131 |
layout="horizontal",
|
132 |
theme="huggingface",
|
133 |
-
title="🗣️ASR-Live
|
134 |
-
description=f"Live Automatic Speech Recognition (ASR)
|
135 |
allow_flagging='never',
|
136 |
live=True,
|
137 |
-
article=f"Result
|
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)
|