Anita-19 commited on
Commit
6cdab2a
Β·
verified Β·
1 Parent(s): 01ffd0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -3,15 +3,15 @@ drive.mount('/content/drive')
3
 
4
  """Install Dependencies"""
5
 
6
- !pip install transformers librosa torch soundfile numba numpy TTS datasets gradio protobuf==3.20.3
7
 
8
  """Emotion Detection (Using Text Dataset)
9
 
10
  """
11
 
12
- !pip install --upgrade numpy tensorflow transformers TTS
13
 
14
- !pip freeze > requirements.txt
15
 
16
  from transformers import pipeline
17
 
 
3
 
4
  """Install Dependencies"""
5
 
6
+ #pip install transformers librosa torch soundfile numba numpy TTS datasets gradio protobuf==3.20.3
7
 
8
  """Emotion Detection (Using Text Dataset)
9
 
10
  """
11
 
12
+ #!pip install --upgrade numpy tensorflow transformers TTS
13
 
14
+ #!pip freeze > requirements.txt
15
 
16
  from transformers import pipeline
17