This commit is contained in:
Miquel Farre 2024-11-14 11:54:10 +00:00 committed by drbh
parent bd04258e2c
commit f7cf45dfde
1 changed files with 3 additions and 0 deletions

View File

@ -1,9 +1,12 @@
import os
import torch
import tempfile
import requests
from PIL import Image
from io import BytesIO
from contextlib import contextmanager
from opentelemetry import trace
from typing import Iterable, Optional, Tuple, List, Type, Dict