Spaces:
Runtime error
Runtime error
ZackBradshaw
commited on
Commit
•
512408a
1
Parent(s):
e67043b
Upload folder using huggingface_hub
Browse files- __pycache__/apitool.cpython-310.pyc +0 -0
- __pycache__/executor.cpython-310.pyc +0 -0
- __pycache__/logging.cpython-310.pyc +0 -0
- __pycache__/registry.cpython-310.pyc +0 -0
- __pycache__/retriever.cpython-310.pyc +0 -0
- __pycache__/serve.cpython-310.pyc +0 -0
- __pycache__/singletool.cpython-310.pyc +0 -0
- __pycache__/tool.cpython-310.pyc +0 -0
- __pycache__/tool_logging.cpython-310.pyc +0 -0
- __pycache__/tool_server.cpython-310.pyc +0 -0
- __pycache__/tools_controller.cpython-310.pyc +0 -0
- requirements.txt +0 -1
__pycache__/apitool.cpython-310.pyc
CHANGED
Binary files a/__pycache__/apitool.cpython-310.pyc and b/__pycache__/apitool.cpython-310.pyc differ
|
|
__pycache__/executor.cpython-310.pyc
CHANGED
Binary files a/__pycache__/executor.cpython-310.pyc and b/__pycache__/executor.cpython-310.pyc differ
|
|
__pycache__/logging.cpython-310.pyc
CHANGED
Binary files a/__pycache__/logging.cpython-310.pyc and b/__pycache__/logging.cpython-310.pyc differ
|
|
__pycache__/registry.cpython-310.pyc
CHANGED
Binary files a/__pycache__/registry.cpython-310.pyc and b/__pycache__/registry.cpython-310.pyc differ
|
|
__pycache__/retriever.cpython-310.pyc
CHANGED
Binary files a/__pycache__/retriever.cpython-310.pyc and b/__pycache__/retriever.cpython-310.pyc differ
|
|
__pycache__/serve.cpython-310.pyc
CHANGED
Binary files a/__pycache__/serve.cpython-310.pyc and b/__pycache__/serve.cpython-310.pyc differ
|
|
__pycache__/singletool.cpython-310.pyc
CHANGED
Binary files a/__pycache__/singletool.cpython-310.pyc and b/__pycache__/singletool.cpython-310.pyc differ
|
|
__pycache__/tool.cpython-310.pyc
CHANGED
Binary files a/__pycache__/tool.cpython-310.pyc and b/__pycache__/tool.cpython-310.pyc differ
|
|
__pycache__/tool_logging.cpython-310.pyc
CHANGED
Binary files a/__pycache__/tool_logging.cpython-310.pyc and b/__pycache__/tool_logging.cpython-310.pyc differ
|
|
__pycache__/tool_server.cpython-310.pyc
CHANGED
Binary files a/__pycache__/tool_server.cpython-310.pyc and b/__pycache__/tool_server.cpython-310.pyc differ
|
|
__pycache__/tools_controller.cpython-310.pyc
CHANGED
Binary files a/__pycache__/tools_controller.cpython-310.pyc and b/__pycache__/tools_controller.cpython-310.pyc differ
|
|
requirements.txt
CHANGED
@@ -26,7 +26,6 @@ pexpect==4.9.0
|
|
26 |
Pillow==10.2.0
|
27 |
playwright==1.41.2
|
28 |
psycopg2==2.9.9
|
29 |
-
ptrace==1.0.1
|
30 |
py3langid==0.2.2
|
31 |
pydantic==2.6.3
|
32 |
pydub==0.25.1
|
|
|
26 |
Pillow==10.2.0
|
27 |
playwright==1.41.2
|
28 |
psycopg2==2.9.9
|
|
|
29 |
py3langid==0.2.2
|
30 |
pydantic==2.6.3
|
31 |
pydub==0.25.1
|