Didrik Nathaniel LLoyd Aasland Skjelbred commited on
Commit ·
6be7213
1
Parent(s): f43d3fc
update
Browse files- __pycache__/smolagents.cpython-311.pyc +0 -0
- smolagents.py +0 -0
- test.py +6 -4
__pycache__/smolagents.cpython-311.pyc
ADDED
|
Binary file (261 Bytes). View file
|
|
|
smolagents.py
DELETED
|
File without changes
|
test.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
from app import download_task_file_name
|
| 2 |
|
| 3 |
-
if __name__ == "__main__":
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
# from app import download_task_file_name
|
| 2 |
|
| 3 |
+
# if __name__ == "__main__":
|
| 4 |
+
# file_path = download_task_file_name("cca530fc-4052-43b2-b130-b30968d8aa44.png")
|
| 5 |
+
# print(f"file path: {file_path}")
|
| 6 |
+
import smolagents
|
| 7 |
+
print(smolagents.__file__)
|