Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
•
188bd26
1
Parent(s):
1b55ca3
wrong space
Browse files
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/
|
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)
|