Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ def run_debate(user_idea: str, progress=gr.Progress()):
|
|
| 145 |
|
| 146 |
full_debate = "# SynapseOS — Agent Debate\n\n"
|
| 147 |
full_debate += f"**Idea Under Analysis:** {user_idea}\n\n"
|
| 148 |
-
full_debate += "**Model:** Qwen2.5-
|
| 149 |
full_debate += "---\n\n"
|
| 150 |
|
| 151 |
agent_list = list(AGENTS.keys())
|
|
@@ -222,7 +222,7 @@ with gr.Blocks(
|
|
| 222 |
gr.Markdown("""
|
| 223 |
# SynapseOS — AI Agent Civilization
|
| 224 |
### 5 Expert AI Agents Debate Your Idea in Real-Time
|
| 225 |
-
**Powered by Qwen2.5-
|
| 226 |
|
| 227 |
> Each agent calls the HuggingFace API independently and gives a detailed, unique analysis of your idea.
|
| 228 |
""")
|
|
@@ -260,7 +260,7 @@ with gr.Blocks(
|
|
| 260 |
|
| 261 |
## How It Works
|
| 262 |
1. You enter an idea
|
| 263 |
-
2. Each agent calls Qwen2.5-
|
| 264 |
3. Gets a detailed 150+ word response
|
| 265 |
4. PM Agent gives final GO/NO-GO
|
| 266 |
5. Voice summary generated!
|
|
@@ -299,7 +299,7 @@ with gr.Blocks(
|
|
| 299 |
gr.Markdown("""
|
| 300 |
---
|
| 301 |
**Setup:** Set your HuggingFace token as HF_TOKEN in .env file.
|
| 302 |
-
**Free Model:** Qwen/Qwen2.5-
|
| 303 |
**Install:** pip install gradio huggingface_hub gtts
|
| 304 |
""")
|
| 305 |
|
|
|
|
| 145 |
|
| 146 |
full_debate = "# SynapseOS — Agent Debate\n\n"
|
| 147 |
full_debate += f"**Idea Under Analysis:** {user_idea}\n\n"
|
| 148 |
+
full_debate += "**Model:** Qwen2.5-0-5B-Instruct (HuggingFace Free Tier)\n\n"
|
| 149 |
full_debate += "---\n\n"
|
| 150 |
|
| 151 |
agent_list = list(AGENTS.keys())
|
|
|
|
| 222 |
gr.Markdown("""
|
| 223 |
# SynapseOS — AI Agent Civilization
|
| 224 |
### 5 Expert AI Agents Debate Your Idea in Real-Time
|
| 225 |
+
**Powered by Qwen2.5-0-5B (HuggingFace Free) · English Only · Voice Summary Included**
|
| 226 |
|
| 227 |
> Each agent calls the HuggingFace API independently and gives a detailed, unique analysis of your idea.
|
| 228 |
""")
|
|
|
|
| 260 |
|
| 261 |
## How It Works
|
| 262 |
1. You enter an idea
|
| 263 |
+
2. Each agent calls Qwen2.5-0-5B on HuggingFace
|
| 264 |
3. Gets a detailed 150+ word response
|
| 265 |
4. PM Agent gives final GO/NO-GO
|
| 266 |
5. Voice summary generated!
|
|
|
|
| 299 |
gr.Markdown("""
|
| 300 |
---
|
| 301 |
**Setup:** Set your HuggingFace token as HF_TOKEN in .env file.
|
| 302 |
+
**Free Model:** Qwen/Qwen2.5-0-5B-Instruct — free on HuggingFace Inference API.
|
| 303 |
**Install:** pip install gradio huggingface_hub gtts
|
| 304 |
""")
|
| 305 |
|