CineAI commited on
Commit
adc2e31
·
verified ·
1 Parent(s): 60d744c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@
3
  import psutil
4
 
5
  import streamlit as st
6
- from audio2text.a2t import A2T
7
  from llm.llm import LLM_chain
8
  from streamlit_mic_recorder import mic_recorder
9
 
 
3
  import psutil
4
 
5
  import streamlit as st
6
+ from audio_processing.a2t import A2T
7
  from llm.llm import LLM_chain
8
  from streamlit_mic_recorder import mic_recorder
9