Rahatara commited on
Commit
911a647
·
verified ·
1 Parent(s): b2bad16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
 
8
  def visualize_texture(section):
9
  mesh = trimesh.load('train.glb', force='mesh')
10
- im = Image.open('defect.jpg').convert('RGB')
11
 
12
  # Calculate bounds
13
  bounds = mesh.bounds
 
7
 
8
  def visualize_texture(section):
9
  mesh = trimesh.load('train.glb', force='mesh')
10
+ im = Image.open('rust_steel.png').convert('RGB')
11
 
12
  # Calculate bounds
13
  bounds = mesh.bounds