Spaces:
Build error
Build error
Commit
·
46c1055
1
Parent(s):
c61450e
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
-
from audiorecorder import audiorecorder
|
|
|
3 |
|
4 |
|
5 |
st.markdown("<h1 style='text-align: center;'>Tell us how you feel</h1>", unsafe_allow_html=True)
|
|
|
1 |
import streamlit as st
|
2 |
+
#from audiorecorder import audiorecorder
|
3 |
+
import huggingface_hub as hf
|
4 |
|
5 |
|
6 |
st.markdown("<h1 style='text-align: center;'>Tell us how you feel</h1>", unsafe_allow_html=True)
|