Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
•
3599c2c
1
Parent(s):
70b9477
this probably won't wort
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def generate_image(seed,psi):
|
|
8 |
iface = gr.Interface.load("spaces/hysts/StyleGAN-Human")
|
9 |
print("about to die",iface,dir(iface))
|
10 |
print(iface.blocks,iface.children,iface.fns)
|
11 |
-
img=iface.fns[
|
12 |
|
13 |
print('got img',img)
|
14 |
|
|
|
8 |
iface = gr.Interface.load("spaces/hysts/StyleGAN-Human")
|
9 |
print("about to die",iface,dir(iface))
|
10 |
print(iface.blocks,iface.children,iface.fns)
|
11 |
+
img=iface.fns[1].fn(seed,psi)
|
12 |
|
13 |
print('got img',img)
|
14 |
|