Update app.py
Browse files
app.py
CHANGED
|
@@ -63,14 +63,9 @@ with gr.Blocks() as demo:
|
|
| 63 |
gr.HTML(
|
| 64 |
"""
|
| 65 |
<div class="footer">
|
| 66 |
-
<p>
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
)
|
| 70 |
-
# 在页面底部添加文字说明和链接
|
| 71 |
-
gr.Markdown("""
|
| 72 |
-
**Best AI Tools List**
|
| 73 |
-
https://nudeai.beauty
|
| 74 |
https://uncensoredai.cc
|
| 75 |
https://aihentaigenerator.fun
|
| 76 |
https://stable-diffusion-hentai.aihentaigenerator.fun
|
|
@@ -78,7 +73,6 @@ https://bingimagecreator.online
|
|
| 78 |
https://nsfwaiart.art
|
| 79 |
https://nsfw-ai-chatbot.online
|
| 80 |
https://nsfwai.world
|
| 81 |
-
|
| 82 |
https://aitoolsdirectory.online
|
| 83 |
https://viggleai.live
|
| 84 |
https://chatgpt4o.space
|
|
@@ -95,5 +89,7 @@ https://flux-ai.online/
|
|
| 95 |
https://bratgenerator.org
|
| 96 |
https://aitextgenerator.live
|
| 97 |
https://blackmythwukong.buzz
|
| 98 |
-
|
|
|
|
|
|
|
| 99 |
demo.launch(max_threads=200)
|
|
|
|
| 63 |
gr.HTML(
|
| 64 |
"""
|
| 65 |
<div class="footer">
|
| 66 |
+
<p>
|
| 67 |
+
Best AI Tools
|
| 68 |
+
https://nudeai.beauty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
https://uncensoredai.cc
|
| 70 |
https://aihentaigenerator.fun
|
| 71 |
https://stable-diffusion-hentai.aihentaigenerator.fun
|
|
|
|
| 73 |
https://nsfwaiart.art
|
| 74 |
https://nsfw-ai-chatbot.online
|
| 75 |
https://nsfwai.world
|
|
|
|
| 76 |
https://aitoolsdirectory.online
|
| 77 |
https://viggleai.live
|
| 78 |
https://chatgpt4o.space
|
|
|
|
| 89 |
https://bratgenerator.org
|
| 90 |
https://aitextgenerator.live
|
| 91 |
https://blackmythwukong.buzz
|
| 92 |
+
</p>
|
| 93 |
+
"""
|
| 94 |
+
)
|
| 95 |
demo.launch(max_threads=200)
|