Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
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
|
|
|
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
|