CineAI commited on
Commit
f8dfb0f
1 Parent(s): adc2e31

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 audio_processing.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