Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -149,9 +149,11 @@ if __name__ == "__main__":
|
|
149 |
)
|
150 |
|
151 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
152 |
-
gr.Markdown("""# DanTagGen beta DEMO
|
|
|
|
|
153 |
#### What is this:
|
154 |
-
DanTagGen(Danbooru Tag Generator) is a LLM model designed for generating Danboou Tags with provided informations
|
155 |
It aims to provide user a more convinient way to make prompts for Text2Image model which is trained on Danbooru datasets.
|
156 |
|
157 |
#### How to use it:
|
|
|
149 |
)
|
150 |
|
151 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
152 |
+
gr.Markdown("""# DanTagGen beta DEMO""")
|
153 |
+
with gr.Accordion("Introduction and Instructions"):
|
154 |
+
gr.Markdown("""
|
155 |
#### What is this:
|
156 |
+
DanTagGen(Danbooru Tag Generator) is a LLM model designed for generating Danboou Tags with provided informations.<br>
|
157 |
It aims to provide user a more convinient way to make prompts for Text2Image model which is trained on Danbooru datasets.
|
158 |
|
159 |
#### How to use it:
|