Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ from app.pages import *
|
|
7 |
|
8 |
import json
|
9 |
|
10 |
-
# if __name__ == "__main__":
|
11 |
st.set_page_config(
|
12 |
page_title="Leaderboard", page_icon=":chart_with_upwards_trend:", layout="wide"
|
13 |
)
|
@@ -73,4 +72,4 @@ elif tabs == 'Emotion Recognition':
|
|
73 |
er()
|
74 |
|
75 |
elif tabs == 'Speech Translation':
|
76 |
-
|
|
|
7 |
|
8 |
import json
|
9 |
|
|
|
10 |
st.set_page_config(
|
11 |
page_title="Leaderboard", page_icon=":chart_with_upwards_trend:", layout="wide"
|
12 |
)
|
|
|
72 |
er()
|
73 |
|
74 |
elif tabs == 'Speech Translation':
|
75 |
+
spt()
|