zhuohan-7 commited on
Commit
c85b7c7
·
verified ·
1 Parent(s): 3bbd847

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- st()
 
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()