Create app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
# Installs the openai-whisper package from its GitHub repository.
|
4 |
|
5 |
import gradio as gr
|
|
|
1 |
+
pip install git+https://github.com/openai/whisper.git
|
2 |
+
pip install transformers
|
3 |
# Installs the openai-whisper package from its GitHub repository.
|
4 |
|
5 |
import gradio as gr
|