Spaces:
Runtime error
Runtime error
cude
Browse files
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)
|