Guytron commited on
Commit
21215cb
1 Parent(s): f698d2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -1,8 +1,12 @@
1
- pip install -U openai-whisper
2
- #pip install -U git+https://github.com/linto-ai/whisper-timestamped
3
- #pip install gradio moviepy whisper-timestamped
4
 
5
  import os
 
 
 
 
6
  import datetime as dt
7
  import json
8
  import whisper_timestamped as whisper
 
1
+
2
+ #
3
+ #
4
 
5
  import os
6
+ os.system('pip install -U openai-whisper')
7
+ os.system('pip install -U git+https://github.com/linto-ai/whisper-timestamped')
8
+ os.system('pip install gradio moviepy whisper-timestamped')
9
+
10
  import datetime as dt
11
  import json
12
  import whisper_timestamped as whisper