Spaces:
Runtime error
Runtime error
lmoss
commited on
Commit
·
efaebf1
1
Parent(s):
beebf2b
added mesh
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ with torch.no_grad():
|
|
30 |
|
31 |
st.image((X[0, 0, 32].numpy()+1)/2, output_format="png")
|
32 |
|
33 |
-
img = (X[0, 0].numpy()+1)/2
|
34 |
|
35 |
a = 0.9
|
36 |
|
|
|
30 |
|
31 |
st.image((X[0, 0, 32].numpy()+1)/2, output_format="png")
|
32 |
|
33 |
+
img = 1-(X[0, 0].numpy()+1)/2
|
34 |
|
35 |
a = 0.9
|
36 |
|