mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-10 00:31:19 -07:00
Remove unused import
This commit is contained in:
parent
9d1385de50
commit
b5e7135ad8
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ from contextlib import ExitStack
|
|||
import gradio as gr
|
||||
import gradio.utils
|
||||
from gradio.components.image_editor import Brush
|
||||
import numpy as np
|
||||
from PIL import Image, PngImagePlugin # noqa: F401
|
||||
from modules.call_queue import wrap_gradio_gpu_call, wrap_queued_call, wrap_gradio_call
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue