Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
f521496
1
Parent(s):
e38e794
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import streamlit.components.v1 as components
|
2 |
from streamlit_player import st_player
|
3 |
from transformers import pipeline
|
|
|
4 |
import streamlit as st
|
5 |
-
|
6 |
-
import random
|
7 |
|
8 |
|
9 |
st.header("stream your emotions")
|
|
|
1 |
import streamlit.components.v1 as components
|
2 |
from streamlit_player import st_player
|
3 |
from transformers import pipeline
|
4 |
+
from tabulate import tabulate
|
5 |
import streamlit as st
|
6 |
+
|
|
|
7 |
|
8 |
|
9 |
st.header("stream your emotions")
|