MSaadTariq
commited on
Commit
•
925b266
1
Parent(s):
f1d7aff
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,6 @@ with demo:
|
|
42 |
file_transcribe],
|
43 |
["Transcribe Microphone",
|
44 |
"Transcribe Audio File"],
|
45 |
-
title="
|
46 |
)
|
47 |
demo.launch()
|
|
|
42 |
file_transcribe],
|
43 |
["Transcribe Microphone",
|
44 |
"Transcribe Audio File"],
|
45 |
+
title="SpeechScribe - Automatic Speech Recognition"
|
46 |
)
|
47 |
demo.launch()
|