ehcalabres commited on
Commit
65071f8
1 Parent(s): c4875c5

Added initial streamlit application (WIP)

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.sidebar.title('EMOVoice')
4
+ st.sidebar.write('Welcome to EMOVoice, a tool for Speech Emotion Recognition based on the Wav2Vec2 model.')
5
+
6
+ st.title('EMOVoice')
7
+
8
+ st.write("This is a work in progress, stay tuned!")