wedyanessam commited on
Commit
b181f9d
·
verified ·
1 Parent(s): 2f8e7ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from STT.sst import speech_to_text
3
  from LLM.llm import generate_reply
4
  from TTS_X.tts import generate_voice
 
5
 
6
  def process(audio):
7
 
 
2
  from STT.sst import speech_to_text
3
  from LLM.llm import generate_reply
4
  from TTS_X.tts import generate_voice
5
+ import download_models
6
 
7
  def process(audio):
8