Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
|
|
12 |
gr.Audio(sources="microphone", type="filepath"),
|
13 |
"text",
|
14 |
title="Neoform AI: Hausa Speech Recognition",
|
15 |
-
description="Realtime demo for Hausa speech recognition using a fine-tuned Wav2Vec-Bert model. NOTE: If you get an error after pressing submit, give the audio some secs to load then try again.",
|
16 |
)
|
17 |
|
18 |
iface.launch()
|
|
|
12 |
gr.Audio(sources="microphone", type="filepath"),
|
13 |
"text",
|
14 |
title="Neoform AI: Hausa Speech Recognition",
|
15 |
+
description="Realtime demo for Hausa speech recognition using a fine-tuned Wav2Vec-Bert model. https://neofomai.com . NOTE: If you get an error after pressing submit, give the audio some secs to load then try again.",
|
16 |
)
|
17 |
|
18 |
iface.launch()
|