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