Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
233 |
|
234 |
with gr.Tab("Live Mode"):
|
235 |
|
236 |
-
gr.Markdown ("##Live Mode Auditing LLMs")
|
237 |
gr.Markdown("In Live Auditing Mode, you gain the ability to probe the LLM directly.")
|
238 |
gr.Markdown("First, select the LLM you wish to audit. Then, enter your question. The AuditLLM tool will generate five relevant and diverse prompts based on your question. You can now select these prompts for auditing the LLMs. Examine the similarity scores in the answers generated from these prompts to assess the LLM's performance effectively")
|
239 |
with gr.Row():
|
|
|
233 |
|
234 |
with gr.Tab("Live Mode"):
|
235 |
|
236 |
+
gr.Markdown ("## Live Mode Auditing LLMs")
|
237 |
gr.Markdown("In Live Auditing Mode, you gain the ability to probe the LLM directly.")
|
238 |
gr.Markdown("First, select the LLM you wish to audit. Then, enter your question. The AuditLLM tool will generate five relevant and diverse prompts based on your question. You can now select these prompts for auditing the LLMs. Examine the similarity scores in the answers generated from these prompts to assess the LLM's performance effectively")
|
239 |
with gr.Row():
|