Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
β’
cfd7ea6
1
Parent(s):
094c89c
binary searchh
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def desc_to_image(desc):
|
|
8 |
|
9 |
random.seed(desc)
|
10 |
#tadneSeed=random.randint(0,2**256)
|
11 |
-
tadneSeed=random.randint(0,2**
|
12 |
psi=0.7
|
13 |
|
14 |
print("seed",tadneSeed,psi)
|
@@ -28,7 +28,7 @@ def desc_to_image(desc):
|
|
28 |
demo = gr.Blocks()
|
29 |
|
30 |
with demo:
|
31 |
-
gr.Markdown("<h1><center>
|
32 |
gr.Markdown(
|
33 |
"based on <a href=https://huggingface.co/spaces/hysts/TADNE> TADNE</a>."
|
34 |
)
|
|
|
8 |
|
9 |
random.seed(desc)
|
10 |
#tadneSeed=random.randint(0,2**256)
|
11 |
+
tadneSeed=random.randint(0,2**64)
|
12 |
psi=0.7
|
13 |
|
14 |
print("seed",tadneSeed,psi)
|
|
|
28 |
demo = gr.Blocks()
|
29 |
|
30 |
with demo:
|
31 |
+
gr.Markdown("<h1><center>Saftey Waifu</center></h1>")
|
32 |
gr.Markdown(
|
33 |
"based on <a href=https://huggingface.co/spaces/hysts/TADNE> TADNE</a>."
|
34 |
)
|