naman1102 commited on
Commit
92c94e2
·
1 Parent(s): 09b1a3d

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +2 -3
tools.py CHANGED
@@ -81,10 +81,9 @@ def run_tools(state: AgentState, tool_out: AgentState) -> AgentState:
81
  new_state = {**state, **tool_out}
82
  return new_state
83
 
84
- import whisper
85
  import os
86
- from pydub import AudioSegment
87
- from pydub.utils import make_chunks
88
 
89
 
90
 
 
81
  new_state = {**state, **tool_out}
82
  return new_state
83
 
84
+
85
  import os
86
+
 
87
 
88
 
89