Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -565,10 +565,7 @@ with gr.Blocks(title="Bias Detection & Mitigation Tool") as demo:
|
|
| 565 |
inputs=response_input,
|
| 566 |
outputs=analysis_output
|
| 567 |
)
|
| 568 |
-
|
| 569 |
-
fn=run_light_auto_test,
|
| 570 |
-
outputs=analysis_output
|
| 571 |
-
)
|
| 572 |
with gr.Tab("Neutralize Prompt"):
|
| 573 |
gr.Markdown("### Get a more neutral version of your prompt")
|
| 574 |
prompt_input = gr.Textbox(
|
|
|
|
| 565 |
inputs=response_input,
|
| 566 |
outputs=analysis_output
|
| 567 |
)
|
| 568 |
+
|
|
|
|
|
|
|
|
|
|
| 569 |
with gr.Tab("Neutralize Prompt"):
|
| 570 |
gr.Markdown("### Get a more neutral version of your prompt")
|
| 571 |
prompt_input = gr.Textbox(
|