Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,5 +28,8 @@ demo = gr.Interface(
|
|
28 |
description="Rekodi sauti yako na upate maandishi (Swahili ASR)",
|
29 |
live=True
|
30 |
)
|
|
|
|
|
31 |
|
32 |
-
|
|
|
|
28 |
description="Rekodi sauti yako na upate maandishi (Swahili ASR)",
|
29 |
live=True
|
30 |
)
|
31 |
+
# Enable the queue to handle POST requests
|
32 |
+
interface.queue(api_open=True)
|
33 |
|
34 |
+
# Launch the interface
|
35 |
+
interface.launch()
|