Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
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
|