Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|