Spaces:
Runtime error
Runtime error
on1onmangoes
commited on
Commit
•
f02106f
1
Parent(s):
55e8537
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
from pydub import AudioSegment, silence
|
|
|
4 |
|
5 |
pipe = pipeline('sentiment-analysis')
|
6 |
text = st.text_area('Enter your notes')
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
from pydub import AudioSegment, silence
|
4 |
+
import speech_recognition as sr
|
5 |
|
6 |
pipe = pipeline('sentiment-analysis')
|
7 |
text = st.text_area('Enter your notes')
|