Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,9 @@ import librosa
|
|
5 |
import time
|
6 |
from transformers import pipeline
|
7 |
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
|
|
|
|
|
|
|
8 |
|
9 |
|
10 |
p = pipeline("automatic-speech-recognition")
|
|
|
5 |
import time
|
6 |
from transformers import pipeline
|
7 |
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
|
8 |
+
import requests
|
9 |
+
from PIL import Image
|
10 |
+
from io import BytesIO
|
11 |
|
12 |
|
13 |
p = pipeline("automatic-speech-recognition")
|