TVRRaviteja commited on
Commit
22b825e
Β·
verified Β·
1 Parent(s): 890b142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -7,12 +7,6 @@ Original file is located at
7
  https://colab.research.google.com/drive/1MMQJ3bBnKOejL32I5wHSrpl8h-GX5FgG
8
  """
9
 
10
- !pip install -q -U transformers==4.37.2
11
- !pip install -q bitsandbytes==0.41.3 accelerate==0.25.0
12
- !pip install -q git+https://github.com/openai/whisper.git #Installing Whisper from Openai
13
- !pip install -q gradio
14
- !pip install -q gTTS
15
-
16
  import torch
17
  from transformers import BitsAndBytesConfig, pipeline
18
 
 
7
  https://colab.research.google.com/drive/1MMQJ3bBnKOejL32I5wHSrpl8h-GX5FgG
8
  """
9
 
 
 
 
 
 
 
10
  import torch
11
  from transformers import BitsAndBytesConfig, pipeline
12