gokaygokay
commited on
Commit
•
41de6c2
1
Parent(s):
d1dad3a
Update app.py
Browse files
app.py
CHANGED
@@ -4,12 +4,11 @@ import random
|
|
4 |
from PIL import Image
|
5 |
import io
|
6 |
|
7 |
-
title = """<h1 align="center">
|
8 |
<p><center>
|
9 |
<a href="https://x.com/gokayfem" target="_blank">[X gokaygokay]</a>
|
10 |
<a href="https://github.com/gokayfem" target="_blank">[Github gokayfem]</a>
|
11 |
-
<
|
12 |
-
<p align="center">Generate random prompts using powerful LLMs from Hugging Face, Groq, and SambaNova.</p>
|
13 |
</center></p>
|
14 |
"""
|
15 |
|
|
|
4 |
from PIL import Image
|
5 |
import io
|
6 |
|
7 |
+
title = """<h1 align="center">SD 3.5 Prompt Generator</h1>
|
8 |
<p><center>
|
9 |
<a href="https://x.com/gokayfem" target="_blank">[X gokaygokay]</a>
|
10 |
<a href="https://github.com/gokayfem" target="_blank">[Github gokayfem]</a>
|
11 |
+
<p align="center">Generate random prompts using powerful LLMs from Hugging Face and SambaNova.</p>
|
|
|
12 |
</center></p>
|
13 |
"""
|
14 |
|