huntrezz commited on
Commit
2a0602d
1 Parent(s): 2505cbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, roll=40)
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()