Rahatara commited on
Commit
7415f8c
·
verified ·
1 Parent(s): db7b5ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import tempfile
6
  import os
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
 
6
  import os
7
 
8
  def visualize_texture(section):
9
+ mesh = trimesh.load('train_-_british_rail_class_89_-_flying_badger.glb', force='mesh')
10
  im = Image.open('rust_steel.png').convert('RGB')
11
 
12
  # Calculate bounds