samusander commited on
Commit
c041925
·
1 Parent(s): b2305ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from point_e.models.configs import MODEL_CONFIGS, model_from_config
8
  from point_e.util.plotting import plot_point_cloud
9
  import streamlit as st
10
 
 
11
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
12
  st.write('creating base model...')
13
  base_name = 'base40M-textvec'
 
8
  from point_e.util.plotting import plot_point_cloud
9
  import streamlit as st
10
 
11
+
12
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
13
  st.write('creating base model...')
14
  base_name = 'base40M-textvec'