Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,10 @@ Spring 2024 AI Club at San Diego State University
|
|
| 12 |
## Downloading library dependencies
|
| 13 |
"""
|
| 14 |
pip install --upgrade pip
|
| 15 |
-
pip install
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
"""## Importing libraries and dependencies"""
|
| 18 |
|
|
|
|
| 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
|
| 18 |
+
pip install TTS
|
| 19 |
|
| 20 |
"""## Importing libraries and dependencies"""
|
| 21 |
|