Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,11 +42,6 @@ iface = gr.Interface(
|
|
42 |
description="Realtime demo for Yoruba speech recognition using a fine-tuned Wav2Vec-Bert model. "
|
43 |
"You can either use your microphone or upload an MP3 file. "
|
44 |
"https://neoformai.com",
|
45 |
-
examples=[
|
46 |
-
["path/to/example1.mp3"],
|
47 |
-
["path/to/example2.mp3"]
|
48 |
-
], # Add example inputs if available
|
49 |
-
cache_examples=True, # Cache example outputs
|
50 |
)
|
51 |
|
52 |
# Launch the interface
|
|
|
42 |
description="Realtime demo for Yoruba speech recognition using a fine-tuned Wav2Vec-Bert model. "
|
43 |
"You can either use your microphone or upload an MP3 file. "
|
44 |
"https://neoformai.com",
|
|
|
|
|
|
|
|
|
|
|
45 |
)
|
46 |
|
47 |
# Launch the interface
|