Spaces:
Sleeping
Sleeping
fix tool
Browse files- audio_tools.py +1 -4
audio_tools.py
CHANGED
@@ -11,10 +11,7 @@ class TranscribeAudioTool(Tool):
|
|
11 |
name = "transcribe_audio"
|
12 |
description = "Transcribe an audio file"
|
13 |
inputs = {
|
14 |
-
"type": "
|
15 |
-
"properties": {
|
16 |
-
"audio": {"type": "string", "description": "The audio file in base64 format"}
|
17 |
-
}
|
18 |
}
|
19 |
output_type = "string"
|
20 |
|
|
|
11 |
name = "transcribe_audio"
|
12 |
description = "Transcribe an audio file"
|
13 |
inputs = {
|
14 |
+
"audio": {"type": "string", "description": "The audio file in base64 format"}
|
|
|
|
|
|
|
15 |
}
|
16 |
output_type = "string"
|
17 |
|