3v324v23 commited on
Commit
6d21994
·
1 Parent(s): 5919e04
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def main():
112
 
113
  metadata = retrofit_word2id(metadata, cfg)
114
 
115
- is_cuda = st.checkbox("Tick this if you want to load the models into the GPU", True)
116
 
117
 
118
  negative_pool = prepare_negative_pool(cfg)
 
112
 
113
  metadata = retrofit_word2id(metadata, cfg)
114
 
115
+ is_cuda = False #st.checkbox("Tick this if you want to load the models into the GPU", True)
116
 
117
 
118
  negative_pool = prepare_negative_pool(cfg)