cpu note
Browse files
app.py
CHANGED
@@ -410,7 +410,7 @@ def create_distractors(text, answer):
|
|
410 |
|
411 |
st.title("nCloze")
|
412 |
st.subheader("Create a multiple-choice cloze test from a passage")
|
413 |
-
|
414 |
|
415 |
def blank(tok):
|
416 |
if tok == 'a(n)':
|
|
|
410 |
|
411 |
st.title("nCloze")
|
412 |
st.subheader("Create a multiple-choice cloze test from a passage")
|
413 |
+
st.markdown("Note: this is a free, CPU-only space and will be slow. For better performance, clone the space with a GPU-enabled environment.")
|
414 |
|
415 |
def blank(tok):
|
416 |
if tok == 'a(n)':
|