Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 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
|
| 6 |
import torch
|
| 7 |
import whisper # Now you should be able to import the whisper module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import torch
|
| 3 |
import whisper # Now you should be able to import the whisper module
|