Spaces:
Starting
on
A10G
Starting
on
A10G
Commit
·
1951044
1
Parent(s):
f69e498
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,9 +252,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 252 |
''')
|
| 253 |
with gr.Row():
|
| 254 |
with gr.Column():
|
| 255 |
-
gr.Markdown(
|
| 256 |
-
### Textual-Inversion trained [concepts library](https://huggingface.co/sd-concepts-library) navigator
|
| 257 |
-
''')
|
| 258 |
with gr.Row():
|
| 259 |
image_blocks = []
|
| 260 |
#for i, model in enumerate(models):
|
|
|
|
| 252 |
''')
|
| 253 |
with gr.Row():
|
| 254 |
with gr.Column():
|
| 255 |
+
gr.Markdown(f"### Navigate {len(models)}+ Textual-Inversion community trained concepts")
|
|
|
|
|
|
|
| 256 |
with gr.Row():
|
| 257 |
image_blocks = []
|
| 258 |
#for i, model in enumerate(models):
|