Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,12 +5,6 @@ import streamlit.components.v1 as components
|
|
5 |
from st_on_hover_tabs import on_hover_tabs
|
6 |
|
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 |
-
start_server(certificate, dns_name)
|
14 |
|
15 |
## Set Streamlit configuration
|
16 |
st.set_page_config(page_title='MERaLiON-AudioLLM', page_icon = "🔥", layout='wide')
|
|
|
5 |
from st_on_hover_tabs import on_hover_tabs
|
6 |
|
7 |
from pages import *
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## Set Streamlit configuration
|
10 |
st.set_page_config(page_title='MERaLiON-AudioLLM', page_icon = "🔥", layout='wide')
|