Update app.py
Browse files
app.py
CHANGED
@@ -1859,8 +1859,9 @@ def transcribe_whisperLTurbo(filename):
|
|
1859 |
filename = save_and_play_audio(audio_recorder)
|
1860 |
if filename is not None:
|
1861 |
transcript=''
|
1862 |
-
transcript=transcribe_whisperLTurbo(filename)
|
1863 |
#transcript=transcribe_canary(filename)
|
|
|
1864 |
|
1865 |
# Search ArXiV and get the Summary and Reference Papers Listing
|
1866 |
result = search_arxiv(transcript)
|
|
|
1859 |
filename = save_and_play_audio(audio_recorder)
|
1860 |
if filename is not None:
|
1861 |
transcript=''
|
1862 |
+
#transcript=transcribe_whisperLTurbo(filename)
|
1863 |
#transcript=transcribe_canary(filename)
|
1864 |
+
transcript=process_audio()
|
1865 |
|
1866 |
# Search ArXiV and get the Summary and Reference Papers Listing
|
1867 |
result = search_arxiv(transcript)
|