ondovb commited on
Commit
236be87
1 Parent(s): cb959e4
Files changed (1) hide show
  1. app.py +1 -1
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)':