FD900 commited on
Commit
ecd4ba8
·
verified ·
1 Parent(s): 254b458

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +0 -1
tools.py CHANGED
@@ -11,7 +11,6 @@ from PIL import Image
11
  from dotenv import load_dotenv
12
  import whisper
13
 
14
- # ✅ Define local @tool decorator
15
  def tool(func):
16
  func.is_tool = True
17
  return func
 
11
  from dotenv import load_dotenv
12
  import whisper
13
 
 
14
  def tool(func):
15
  func.is_tool = True
16
  return func