Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import tempfile
|
|
6 |
import os
|
7 |
|
8 |
def visualize_texture(section):
|
9 |
-
mesh = trimesh.load('
|
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
|