Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +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 |
def main():
|
11 |
## Set Streamlit configuration
|
@@ -40,5 +39,4 @@ def main():
|
|
40 |
audio_llm()
|
41 |
|
42 |
if __name__ == '__main__':
|
43 |
-
# start_server()
|
44 |
main()
|
|
|
5 |
from st_on_hover_tabs import on_hover_tabs
|
6 |
|
7 |
from pages import *
|
|
|
8 |
|
9 |
def main():
|
10 |
## Set Streamlit configuration
|
|
|
39 |
audio_llm()
|
40 |
|
41 |
if __name__ == '__main__':
|
|
|
42 |
main()
|