Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,10 +12,10 @@ Spring 2024 AI Club at San Diego State University
|
|
| 12 |
## Downloading library dependencies
|
| 13 |
"""
|
| 14 |
|
| 15 |
-
pip install gradio
|
| 16 |
-
pip install git+https://github.com/openai/whisper.git
|
| 17 |
-
pip install translate
|
| 18 |
-
pip install TTS
|
| 19 |
|
| 20 |
from google.colab import drive
|
| 21 |
drive.mount('/content/drive')
|
|
|
|
| 12 |
## Downloading library dependencies
|
| 13 |
"""
|
| 14 |
|
| 15 |
+
!pip install gradio
|
| 16 |
+
!pip install git+https://github.com/openai/whisper.git
|
| 17 |
+
!pip install translate
|
| 18 |
+
!pip install TTS
|
| 19 |
|
| 20 |
from google.colab import drive
|
| 21 |
drive.mount('/content/drive')
|