Update app.py
Browse files
app.py
CHANGED
@@ -1861,7 +1861,7 @@ 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)
|
|
|
1861 |
transcript=''
|
1862 |
#transcript=transcribe_whisperLTurbo(filename)
|
1863 |
#transcript=transcribe_canary(filename)
|
1864 |
+
transcript=process_audio(filename)
|
1865 |
|
1866 |
# Search ArXiV and get the Summary and Reference Papers Listing
|
1867 |
result = search_arxiv(transcript)
|