vsj0702 commited on
Commit
1052661
·
verified ·
1 Parent(s): c0aeb2d

fix error of gtts

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -9,8 +9,6 @@ from langchain_core.prompts import ChatPromptTemplate
9
  import edge_tts
10
  import asyncio
11
 
12
- from gtts import gTTS
13
-
14
  load_dotenv()
15
  client = Groq(api_key=os.getenv('GROQ_API_KEY'))
16
  model = 'whisper-large-v3'
 
9
  import edge_tts
10
  import asyncio
11
 
 
 
12
  load_dotenv()
13
  client = Groq(api_key=os.getenv('GROQ_API_KEY'))
14
  model = 'whisper-large-v3'