Spaces:
Running
Running
clean up imports
Browse files- src/pages.py +0 -2
src/pages.py
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
import copy
|
2 |
import base64
|
3 |
|
4 |
import numpy as np
|
5 |
import streamlit as st
|
6 |
-
from streamlit_float import *
|
7 |
|
8 |
from src.generation import retrive_response, postprocess_voice_transcription
|
9 |
from src.utils import (
|
|
|
|
|
1 |
import base64
|
2 |
|
3 |
import numpy as np
|
4 |
import streamlit as st
|
|
|
5 |
|
6 |
from src.generation import retrive_response, postprocess_voice_transcription
|
7 |
from src.utils import (
|