lionelgarnier commited on
Commit
2b694f3
·
1 Parent(s): f58427d

test other thing

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -608,5 +608,8 @@ if __name__ == "__main__":
608
  success, status = preload_models()
609
  print(status)
610
 
 
 
 
611
  demo = create_interface()
612
  demo.launch(debug=True)
 
608
  success, status = preload_models()
609
  print(status)
610
 
611
+ trellis = get_trellis_pipeline()
612
+ trellis.cuda()
613
+
614
  demo = create_interface()
615
  demo.launch(debug=True)