Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
•
7676ca2
1
Parent(s):
52fef5e
update
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ model = SF3D.from_pretrained(
|
|
39 |
weight_name="model.safetensors",
|
40 |
)
|
41 |
#model.eval().cuda()
|
42 |
-
model.eval().to(
|
43 |
|
44 |
example_files = [
|
45 |
os.path.join("demo_files/examples", f) for f in os.listdir("demo_files/examples")
|
|
|
39 |
weight_name="model.safetensors",
|
40 |
)
|
41 |
#model.eval().cuda()
|
42 |
+
model.eval().to(DEVICE)
|
43 |
|
44 |
example_files = [
|
45 |
os.path.join("demo_files/examples", f) for f in os.listdir("demo_files/examples")
|