cmeyer5678 commited on
Commit
3bd52d0
·
verified ·
1 Parent(s): 4ed8985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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')