We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c130d7 commit 65d4e0eCopy full SHA for 65d4e0e
gradio/components/image.py
@@ -8,8 +8,8 @@
8
9
import numpy as np
10
from gradio_client.documentation import document, set_documentation_group
11
-from PIL import Image as _Image
12
-from PIL import ImageOps # using _ to minimize namespace pollution
+from PIL import Image as _Image # using _ to minimize namespace pollution
+from PIL import ImageOps
13
14
import gradio.image_utils as image_utils
15
from gradio import utils
0 commit comments