Logan Zoellner commited on
Commit
fae8435
1 Parent(s): 3c8be22
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import os
7
  def generate_image(seed,psi):
8
  iface = gr.Interface.load("spaces/hysts/StyleGAN-Human")
9
  print("about to die",iface,dir(iface))
 
10
  img=iface(seed,psi)
11
  return img
12
 
 
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