Spaces:
Sleeping
Sleeping
Update agents/image_processing_agent.py
Browse files
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
|