Yehor commited on
Commit
976f8b5
·
verified ·
1 Parent(s): 255552e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ with demo:
278
  with gr.Row():
279
  gr.Examples(
280
  label="Choose an example",
281
- inputs=[jsonl_file, clear_punctuation, show_chars, batch_mode],
282
  examples=examples,
283
  )
284
 
 
278
  with gr.Row():
279
  gr.Examples(
280
  label="Choose an example",
281
+ inputs=[jsonl_file, clear_punctuation_references, clear_punctuation_predictions, show_chars, batch_mode],
282
  examples=examples,
283
  )
284