Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
•
3c8be22
1
Parent(s):
6044028
debug
Browse files
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 |
|