File size: 605 Bytes
776bdaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Special Awards

👑 Modal Labs Choice Award

---
sdk: gradio
sdk_version: 4.0.0
---

tag: agent-demo-track

# Agentic Demo: LLM Debate & Judge

This Gradio app lets you enter a debate topic. Two LLMs (user-selectable) generate arguments, and a third LLM (also user-selectable) acts as a judge, summarizes both arguments, and picks a winner.

- Select models for Agent A, Agent B, and Judge
- Enter a debate topic
- See both arguments and the judge's summary/winner

## Usage
1. Enter a debate topic/question
2. Pick three different models
3. Click submit to see the debate and the judge's verdict
---