Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
·
ec635aa
1
Parent(s):
e54a0ae
maybe maybe
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(seed,psi)
|
12 |
return img
|
13 |
|
14 |
def generate_model(img):
|
|
|
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[0](seed,psi)
|
12 |
return img
|
13 |
|
14 |
def generate_model(img):
|