typo
Browse files
app.py
CHANGED
@@ -71,6 +71,6 @@ with gr.Blocks(title="Scan datasets using Presidio") as demo:
|
|
71 |
gr.DataFrame(),
|
72 |
]
|
73 |
button.click(analyze_dataset, inputs, outputs)
|
74 |
-
gr.Examples([["microsoft/orca-math-word-problems-200k", "
|
75 |
|
76 |
demo.launch()
|
|
|
71 |
gr.DataFrame(),
|
72 |
]
|
73 |
button.click(analyze_dataset, inputs, outputs)
|
74 |
+
gr.Examples([["microsoft/orca-math-word-problems-200k", "tatsu-lab/alpaca", "Anthropic/hh-rlhf", "OpenAssistant/oasst1"]], inputs, outputs, fn=analyze_dataset, run_on_click=True)
|
75 |
|
76 |
demo.launch()
|