Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
#
|
| 3 |
-
#
|
| 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
|