iamAI123 commited on
Commit
75445e8
·
1 Parent(s): 26089e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def process_segment(segment_path: str, q) -> str:
79
 
80
  if __name__ == '__main__':
81
 
82
- path = '/content/The genius of Satya Nadella Sam Altman and Lex Fridman.mp3'
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()