RioShiina commited on
Commit
3d61150
·
verified ·
1 Parent(s): 9ff07d7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. ui/layout.py +2 -1
README.md CHANGED
@@ -5,5 +5,6 @@ colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
  app_file: app.py
 
8
  pinned: true
9
  ---
 
5
  colorTo: red
6
  sdk: gradio
7
  app_file: app.py
8
+ short_description: Multi-task image generator with dynamic, chainable workflows
9
  pinned: true
10
  ---
ui/layout.py CHANGED
@@ -28,7 +28,8 @@ def build_ui(event_handler_function):
28
  "Other versions are also available: "
29
  "[Illstrious](https://huggingface.co/spaces/RioShiina/ImageGen-Illstrious), "
30
  "[Pony](https://huggingface.co/spaces/RioShiina/ImageGen-Pony1), "
31
- "[SDXL](https://huggingface.co/spaces/RioShiina/ImageGen-SDXL)"
 
32
  )
33
  with gr.Tabs(elem_id="tabs_container") as tabs:
34
  with gr.TabItem("NoobAI", id=0):
 
28
  "Other versions are also available: "
29
  "[Illstrious](https://huggingface.co/spaces/RioShiina/ImageGen-Illstrious), "
30
  "[Pony](https://huggingface.co/spaces/RioShiina/ImageGen-Pony1), "
31
+ "[SDXL](https://huggingface.co/spaces/RioShiina/ImageGen-SDXL), "
32
+ "[SD1.5](https://huggingface.co/spaces/RioShiina/ImageGen-SD15)"
33
  )
34
  with gr.Tabs(elem_id="tabs_container") as tabs:
35
  with gr.TabItem("NoobAI", id=0):