Pixel101 commited on
Commit
575d723
Β·
verified Β·
1 Parent(s): 1e2adac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,9 +6,6 @@ import csv
6
  import heapq as hq
7
  from google.colab import files
8
 
9
- # Install necessary libraries
10
- !pip install transformers gradio librosa
11
-
12
 
13
  # Sentiment Analysis
14
  classifier_sentiment = pipeline("sentiment-analysis", model="distilbert-base-uncased-finetuned-sst-2-english")
 
6
  import heapq as hq
7
  from google.colab import files
8
 
 
 
 
9
 
10
  # Sentiment Analysis
11
  classifier_sentiment = pipeline("sentiment-analysis", model="distilbert-base-uncased-finetuned-sst-2-english")