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