Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.load("models/black-forest-labs/FLUX.1-schnell").launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/black-forest-labs/FLUX.1-schnell").launch()
|
4 |
+
|
5 |
+
gr.HTML(
|
6 |
+
"""
|
7 |
+
<div class="footer">
|
8 |
+
<p>
|
9 |
+
Best AI Tools •
|
10 |
+
<a href="https://nudeai.beauty" target="_blank">Nude AI</a> •
|
11 |
+
<a href="https://uncensoredai.cc" target="_blank">Uncensored AI</a> •
|
12 |
+
<a href="https://aihentaigenerator.fun" target="_blank">AI Hentai Generator</a> •
|
13 |
+
<a href="https://stable-diffusion-hentai.aihentaigenerator.fun" target="_blank">Stable Diffusion Hentai</a> •
|
14 |
+
<a href="https://bingimagecreator.online" target="_blank">Bing Image Creator</a> •
|
15 |
+
<a href="https://nsfwaiart.art" target="_blank">NSFW AI Art</a> •
|
16 |
+
<a href="https://nsfw-ai-chatbot.online" target="_blank">NSFW AI Chatbot</a> •
|
17 |
+
<a href="https://nsfwai.world" target="_blank">NSFW AI Directory</a> •
|
18 |
+
<a href="https://aitoolsdirectory.online" target="_blank">AI Tools Directory</a> •
|
19 |
+
<a href="https://viggleai.live" target="_blank">Viggle AI</a> •
|
20 |
+
<a href="https://chatgpt4o.space" target="_blank">ChatGPT 4o Free</a> •
|
21 |
+
<a href="https://tdeecalculator.online" target="_blank">TDEE Calculator</a> •
|
22 |
+
<a href="https://calculatorapp.online" target="_blank">Calculator App</a> •
|
23 |
+
<a href="https://compoundinterestcalculator.site" target="_blank">Compound Interest Calculator</a> •
|
24 |
+
<a href="https://aistorygenerator.fun" target="_blank">AI Story Generator</a> •
|
25 |
+
<a href="https://llamaai.online" target="_blank">Free Online Llama AI</a> •
|
26 |
+
<a href="https://aiartfree.online" target="_blank">Free AI Art Generator</a> •
|
27 |
+
<a href="https://cekkhodam.co/" target="_blank">Cek Khodam</a> •
|
28 |
+
<a href="https://ai-detector.online" target="_blank">AI Detector</a> •
|
29 |
+
<a href="https://aicover.fun" target="_blank">AI Cover</a> •
|
30 |
+
<a href="https://flux-ai.online/" target="_blank">Flux AI Image Generator</a> •
|
31 |
+
<a href="https://bratgenerator.org" target="_blank">Brat Generator</a> •
|
32 |
+
<a href="https://aitextgenerator.live" target="_blank">AI Text Generator</a> •
|
33 |
+
<a href="https://blackmythwukong.buzz" target="_blank">Black Myth Wukong Guide</a> •
|
34 |
+
<a href="https://booksummary.wiki" target="_blank">Book Summary</a> •
|
35 |
+
<a href="https://chatgptgratuit.chat" target="_blank">ChatGPT Gratuit</a> •
|
36 |
+
<a href="https://chatgptgratuito.online/" target="_blank">Chat GPT Gratuito</a> •
|
37 |
+
<a href="https://chatgtponline.com/" target="_blank">Chat GTP</a> •
|
38 |
+
<a href="https://gauthai.pro/" target="_blank">Gauth AI</a> •
|
39 |
+
<a href="https://bestrecipe.pro/" target="_blank">Best Recipe</a> •
|
40 |
+
<a href="https://cookie-clicker-unblocked.pro/" target="_blank">Cookie Clicker Unblocked</a> •
|
41 |
+
<a href="https://freakyfont.org/" target="_blank">Freaky Font</a> •
|
42 |
+
<a href="https://chatgratuito.online" target="_blank">Chat Gratuito</a> •
|
43 |
+
<a href="https://incrediboxsprunki.pro" target="_blank">Incredibox Sprunki</a> •
|
44 |
+
<a href="https://motox3munblocked.pro" target="_blank">Moto X3M Unblocked</a> •
|
45 |
+
<a href="https://parkourcivilization.pro" target="_blank">Parkour Civilization</a> •
|
46 |
+
<a href="https://sledrider3d.com" target="_blank">Sled Rider 3D</a> •
|
47 |
+
<a href="https://snow-rider-3d.pro" target="_blank">Snow Rider 3D</a> •
|
48 |
+
<a href="https://sprunkigame.pro" target="_blank">Sprunki Game</a> •
|
49 |
+
<a href="https://stickmanhookunblocked.pro" target="_blank">Stickman Hook Unblocked</a> •
|
50 |
+
</p>
|
51 |
+
"""
|
52 |
+
)
|