Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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 |
|