Spaces:
Sleeping
Sleeping
mchinea
commited on
Commit
·
438a309
1
Parent(s):
1cf9c94
tools
Browse files
tools.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import os
|
2 |
import random
|
3 |
import requests
|
@@ -411,4 +412,6 @@ level1_tools = [
|
|
411 |
#read_python_file,
|
412 |
#extract_text_from_image,
|
413 |
#transcribe_audio
|
414 |
-
]
|
|
|
|
|
|
1 |
+
'''
|
2 |
import os
|
3 |
import random
|
4 |
import requests
|
|
|
412 |
#read_python_file,
|
413 |
#extract_text_from_image,
|
414 |
#transcribe_audio
|
415 |
+
]
|
416 |
+
|
417 |
+
'''
|