Didrik Nathaniel LLoyd Aasland Skjelbred commited on
Commit
6be7213
·
1 Parent(s): f43d3fc
__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
- file_path = download_task_file_name("cca530fc-4052-43b2-b130-b30968d8aa44.png")
5
- print(f"file path: {file_path}")
 
 
 
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__)