Logan Zoellner commited on
Commit
43e7720
β€’
1 Parent(s): e281065

debug statements

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -17,8 +17,11 @@ def desc_to_image(desc):
17
 
18
 
19
  #img=iface.fns[0].fn(tadneSeed,psi)
 
20
  tadne=gr.Interface.load("spaces/hysts/TADNE")
 
21
  img=tadne(tadneSeed,psi,False)
 
22
  return img
23
 
24
  demo = gr.Blocks()
 
17
 
18
 
19
  #img=iface.fns[0].fn(tadneSeed,psi)
20
+ print("loading interface")
21
  tadne=gr.Interface.load("spaces/hysts/TADNE")
22
+ print("calling interface")
23
  img=tadne(tadneSeed,psi,False)
24
+ print("got img",img)
25
  return img
26
 
27
  demo = gr.Blocks()