barreloflube commited on
Commit
0a611aa
·
1 Parent(s): 9b84ae0

Refactor UI structure and update image tab imports

Browse files
Files changed (1) hide show
  1. src/ui/tabs/images/flux.py +1 -1
src/ui/tabs/images/flux.py CHANGED
@@ -6,7 +6,7 @@ import spaces
6
  import gradio as gr
7
  from huggingface_hub import ModelCard
8
 
9
- from tasks.images.sd import gen_img, ControlNetReq, SDReq, SDImg2ImgReq, SDInpaintReq
10
 
11
 
12
  models = ["black-forest-labs/FLUX.1-dev"]
 
6
  import gradio as gr
7
  from huggingface_hub import ModelCard
8
 
9
+ from src.tasks.images.sd import gen_img, ControlNetReq, SDReq, SDImg2ImgReq, SDInpaintReq
10
 
11
 
12
  models = ["black-forest-labs/FLUX.1-dev"]