Logan Zoellner commited on
Commit
188bd26
1 Parent(s): 1b55ca3

wrong space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def generate_image(seed,psi):
21
  def generate_model(img):
22
 
23
  print("about to die")
24
- iface = gr.Interface.load("spaces/nagolinc/styleGanHuman_and_PIFu")
25
  print("calling interface")
26
  result=iface.fns[0].fn(img)
27
  print("got result",result)
 
21
  def generate_model(img):
22
 
23
  print("about to die")
24
+ iface = gr.Interface.load("spaces/radames/PIFu-Clothed-Human-Digitization")
25
  print("calling interface")
26
  result=iface.fns[0].fn(img)
27
  print("got result",result)