Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,6 @@ from st_on_hover_tabs import on_hover_tabs
|
|
7 |
from pages import *
|
8 |
from utils import start_server
|
9 |
|
10 |
-
certificate = os.getenv('PRIVATE_KEY')
|
11 |
-
dns_name = os.getenv('SERVER_DNS_NAME')
|
12 |
-
|
13 |
def main():
|
14 |
## Set Streamlit configuration
|
15 |
st.set_page_config(page_title='MERaLiON-AudioLLM', page_icon = "🔥", layout='wide')
|
@@ -43,5 +40,5 @@ def main():
|
|
43 |
audio_llm()
|
44 |
|
45 |
if __name__ == '__main__':
|
46 |
-
start_server(
|
47 |
main()
|
|
|
7 |
from pages import *
|
8 |
from utils import start_server
|
9 |
|
|
|
|
|
|
|
10 |
def main():
|
11 |
## Set Streamlit configuration
|
12 |
st.set_page_config(page_title='MERaLiON-AudioLLM', page_icon = "🔥", layout='wide')
|
|
|
40 |
audio_llm()
|
41 |
|
42 |
if __name__ == '__main__':
|
43 |
+
start_server()
|
44 |
main()
|