Update app.py
Browse files
app.py
CHANGED
@@ -1867,9 +1867,9 @@ def transcribe_whisperLTurbo(filename):
|
|
1867 |
filename = save_and_play_audio(audio_recorder)
|
1868 |
if filename is not None:
|
1869 |
transcript=''
|
1870 |
-
|
1871 |
#transcript=transcribe_canary(filename)
|
1872 |
-
transcript=process_audio(filename)
|
1873 |
|
1874 |
# Search ArXiV and get the Summary and Reference Papers Listing
|
1875 |
result = search_arxiv(transcript)
|
|
|
1867 |
filename = save_and_play_audio(audio_recorder)
|
1868 |
if filename is not None:
|
1869 |
transcript=''
|
1870 |
+
transcript=transcribe_whisperLTurbo(filename)
|
1871 |
#transcript=transcribe_canary(filename)
|
1872 |
+
#transcript=process_audio(filename)
|
1873 |
|
1874 |
# Search ArXiV and get the Summary and Reference Papers Listing
|
1875 |
result = search_arxiv(transcript)
|