Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -206,6 +206,7 @@ def generate(
|
|
| 206 |
|
| 207 |
|
| 208 |
title = "# Anime AI Generator"
|
|
|
|
| 209 |
|
| 210 |
custom_css = """
|
| 211 |
#row-container {
|
|
@@ -222,6 +223,7 @@ custom_css = """
|
|
| 222 |
|
| 223 |
with gr.Blocks(css=custom_css).queue() as demo:
|
| 224 |
gr.Markdown(title)
|
|
|
|
| 225 |
with gr.Row(
|
| 226 |
elem_id="row-container"
|
| 227 |
):
|
|
|
|
| 206 |
|
| 207 |
|
| 208 |
title = "# Anime AI Generator"
|
| 209 |
+
description = "Our AI-Powered Anime Generator turns your ideas into breathtaking AI anime art—perfect for art, storytelling, or personal AI anime wallpaper. Experience more at [Anime AI Generator](https://www.animeaigen.com)."
|
| 210 |
|
| 211 |
custom_css = """
|
| 212 |
#row-container {
|
|
|
|
| 223 |
|
| 224 |
with gr.Blocks(css=custom_css).queue() as demo:
|
| 225 |
gr.Markdown(title)
|
| 226 |
+
gr.Markdown(description)
|
| 227 |
with gr.Row(
|
| 228 |
elem_id="row-container"
|
| 229 |
):
|