Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
Β·
fa4f4ad
1
Parent(s):
1e3b561
why isn't it working
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ def desc_to_image(desc):
|
|
9 |
random.seed(desc)
|
10 |
tadneSeed=random.randint(0,2**256)
|
11 |
psi=0.7
|
|
|
|
|
12 |
|
13 |
iface = gr.Interface.load("spaces/hysts/TADNE")
|
14 |
print("about to die",iface,dir(iface))
|
|
|
9 |
random.seed(desc)
|
10 |
tadneSeed=random.randint(0,2**256)
|
11 |
psi=0.7
|
12 |
+
|
13 |
+
print("seed",tadneSeed,psi)
|
14 |
|
15 |
iface = gr.Interface.load("spaces/hysts/TADNE")
|
16 |
print("about to die",iface,dir(iface))
|