Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def SpeechToText(audio):
|
|
28 |
|
29 |
print("Starting the Gradio Web UI")
|
30 |
gr.Interface(
|
31 |
-
title = '
|
32 |
fn=SpeechToText,
|
33 |
|
34 |
inputs=[
|
|
|
28 |
|
29 |
print("Starting the Gradio Web UI")
|
30 |
gr.Interface(
|
31 |
+
title = 'Voice Transcriber',
|
32 |
fn=SpeechToText,
|
33 |
|
34 |
inputs=[
|