Chamin09 commited on
Commit
3251ecf
·
verified ·
1 Parent(s): 4745123

Update agents/image_processing_agent.py

Browse files
Files changed (1) hide show
  1. agents/image_processing_agent.py +1 -0
agents/image_processing_agent.py CHANGED
@@ -2,6 +2,7 @@
2
  import logging
3
  import os
4
  import gc
 
5
  from typing import Dict, List, Optional, Tuple, Union, Any
6
  import time
7
  from concurrent.futures import ThreadPoolExecutor, as_completed
 
2
  import logging
3
  import os
4
  import gc
5
+ import torch
6
  from typing import Dict, List, Optional, Tuple, Union, Any
7
  import time
8
  from concurrent.futures import ThreadPoolExecutor, as_completed