Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def process_segment(segment_path: str, q) -> str:
|
|
79 |
print(result['text'])
|
80 |
return result["text"]
|
81 |
|
82 |
-
def
|
83 |
|
84 |
path = '/The genius of Satya Nadella Sam Altman and Lex Fridman.mp3'
|
85 |
|
|
|
79 |
print(result['text'])
|
80 |
return result["text"]
|
81 |
|
82 |
+
def get_results(path):
|
83 |
|
84 |
path = '/The genius of Satya Nadella Sam Altman and Lex Fridman.mp3'
|
85 |
|