Raymond Weitekamp commited on
Commit
a597e2b
·
1 Parent(s): cafb905

link to dataset

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ def create_gradio_interface():
338
  elem_id="public_cb"
339
  )
340
  public_explanation = gr.Markdown(
341
- "*Public: Will be added to our public dataset. By submitting, you are giving permission to be added to the dataset.*",
342
  elem_id="public_exp"
343
  )
344
 
 
338
  elem_id="public_cb"
339
  )
340
  public_explanation = gr.Markdown(
341
+ "*Public: Will be added to our [public Handwriting OCR dataset](https://huggingface.co/datasets/rawwerks/handwriting-ocr-all). By submitting, you are giving permission to be added to the dataset.*",
342
  elem_id="public_exp"
343
  )
344