Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -10,7 +10,7 @@ import imageio
|
|
| 10 |
|
| 11 |
from PIL import Image
|
| 12 |
from dotenv import load_dotenv
|
| 13 |
-
from
|
| 14 |
import whisper
|
| 15 |
|
| 16 |
load_dotenv()
|
|
|
|
| 10 |
|
| 11 |
from PIL import Image
|
| 12 |
from dotenv import load_dotenv
|
| 13 |
+
from gaia_benchmark.tools import tool
|
| 14 |
import whisper
|
| 15 |
|
| 16 |
load_dotenv()
|