Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def process_segment(segment_path: str, q) -> str:
|
|
79 |
|
80 |
if __name__ == '__main__':
|
81 |
|
82 |
-
path = '/
|
83 |
|
84 |
seg = convert_to_text(path)
|
85 |
q = multiprocessing.Queue()
|
|
|
79 |
|
80 |
if __name__ == '__main__':
|
81 |
|
82 |
+
path = '/The genius of Satya Nadella Sam Altman and Lex Fridman.mp3'
|
83 |
|
84 |
seg = convert_to_text(path)
|
85 |
q = multiprocessing.Queue()
|