Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update image_classification.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored Feb 19, 2022
1 parent fcabf95 commit f74f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/image_classification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Here's an example:

from torchvision import transforms as T

from typing import Tuple, Callable
from typing import Callable, Tuple, Union
import flash
from flash.image import ImageClassificationData, ImageClassifier
from flash.core.data.io.input_transform import InputTransform
Expand Down

0 comments on commit f74f99e

Please sign in to comment.