Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ Spring 2024 AI Club at San Diego State University
|
|
| 12 |
## Downloading library dependencies
|
| 13 |
"""
|
| 14 |
pip install --upgrade pip
|
|
|
|
| 15 |
pip install gradio
|
| 16 |
pip install git+https://github.com/openai/whisper.git
|
| 17 |
pip install translate
|
|
|
|
| 12 |
## Downloading library dependencies
|
| 13 |
"""
|
| 14 |
pip install --upgrade pip
|
| 15 |
+
pip install spacy
|
| 16 |
pip install gradio
|
| 17 |
pip install git+https://github.com/openai/whisper.git
|
| 18 |
pip install translate
|