Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def plot_depth_map(depth_map, original_image):
|
|
65 |
ax.plot_surface(x, y, depth_map, facecolors=colors, shade=False)
|
66 |
ax.set_zlim(0, 1)
|
67 |
|
68 |
-
ax.view_init(elev=150, azim=90
|
69 |
plt.axis('off')
|
70 |
|
71 |
plt.show()
|
|
|
65 |
ax.plot_surface(x, y, depth_map, facecolors=colors, shade=False)
|
66 |
ax.set_zlim(0, 1)
|
67 |
|
68 |
+
ax.view_init(elev=150, azim=90)
|
69 |
plt.axis('off')
|
70 |
|
71 |
plt.show()
|