Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
•
3636771
1
Parent(s):
c56670e
oops
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_model(img):
|
|
25 |
print("calling interface")
|
26 |
#model,file=iface.fns[0].fn(img)
|
27 |
model,file=iface(img)
|
28 |
-
print("got result",result)
|
29 |
return model,file
|
30 |
|
31 |
|
|
|
25 |
print("calling interface")
|
26 |
#model,file=iface.fns[0].fn(img)
|
27 |
model,file=iface(img)
|
28 |
+
#print("got result",result)
|
29 |
return model,file
|
30 |
|
31 |
|