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