Update ui/layout.py
Browse files- ui/layout.py +0 -8
ui/layout.py
CHANGED
|
@@ -73,14 +73,6 @@ def build_ui(event_handler_function):
|
|
| 73 |
gr.Markdown("# ImageGen")
|
| 74 |
gr.Markdown(
|
| 75 |
"This demo is a streamlined version of the [Comfy web UI](https://github.com/RioShiina47/comfy-webui)'s [ImageGen](https://huggingface.co/spaces/RioShiina/ImageGen) functionality. "
|
| 76 |
-
"Other spaces: [ImageGen1](https://huggingface.co/spaces/RioShiina/ImageGen1), "
|
| 77 |
-
"[ImageGen2](https://huggingface.co/spaces/RioShiina/ImageGen2), "
|
| 78 |
-
"[ImageGen3](https://huggingface.co/spaces/RioShiina/ImageGen3), "
|
| 79 |
-
"[ImageGen4](https://huggingface.co/spaces/RioShiina/ImageGen4), "
|
| 80 |
-
"[ImageGen5](https://huggingface.co/spaces/RioShiina/ImageGen5), "
|
| 81 |
-
"[ImageGen6](https://huggingface.co/spaces/RioShiina/ImageGen6), "
|
| 82 |
-
"[ImageGen7](https://huggingface.co/spaces/RioShiina/ImageGen7), "
|
| 83 |
-
"[ImageGen8](https://huggingface.co/spaces/RioShiina/ImageGen8)"
|
| 84 |
)
|
| 85 |
|
| 86 |
# Tabs container – now correctly nested within the Blocks context.
|
|
|
|
| 73 |
gr.Markdown("# ImageGen")
|
| 74 |
gr.Markdown(
|
| 75 |
"This demo is a streamlined version of the [Comfy web UI](https://github.com/RioShiina47/comfy-webui)'s [ImageGen](https://huggingface.co/spaces/RioShiina/ImageGen) functionality. "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
)
|
| 77 |
|
| 78 |
# Tabs container – now correctly nested within the Blocks context.
|