Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,22 @@
|
|
| 1 |
---
|
| 2 |
title: MM1
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.18.0
|
| 8 |
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
-
pinned:
|
| 11 |
license: gpl-3.0
|
| 12 |
-
short_description:
|
| 13 |
Demo video: https://youtu.be/_XBxRnCvHXc
|
| 14 |
tags:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
@@ -23,6 +25,6 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
| 23 |
|
| 24 |
Demo video: https://youtu.be/_ZXBrCnVHXc
|
| 25 |
|
| 26 |
-
Social post:
|
| 27 |
|
| 28 |
-
MM1 is a two-agent prototype for a freer internet. A small personal agent learns from conversation, handles simple web search itself, and delegates complex web/programming tasks to a Codex-based big agent.
|
|
|
|
| 1 |
---
|
| 2 |
title: MM1
|
| 3 |
+
emoji: 🌍
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.18.0
|
| 8 |
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
+
pinned: true
|
| 11 |
license: gpl-3.0
|
| 12 |
+
short_description: A Bycicle for the Mind
|
| 13 |
Demo video: https://youtu.be/_XBxRnCvHXc
|
| 14 |
tags:
|
| 15 |
+
- track:backyard
|
| 16 |
+
- sponsor:openai
|
| 17 |
+
- achievement:fieldnotes
|
| 18 |
+
thumbnail: >-
|
| 19 |
+
https://cdn-uploads.huggingface.co/production/uploads/6685327476fc05fcb8c5eb56/50Y56LqMqgbrWIuQ6z3Mq.jpeg
|
| 20 |
---
|
| 21 |
|
| 22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 25 |
|
| 26 |
Demo video: https://youtu.be/_ZXBrCnVHXc
|
| 27 |
|
| 28 |
+
Social post: beratung-munz.de
|
| 29 |
|
| 30 |
+
MM1 is a two-agent prototype for a freer internet. A small personal agent learns from conversation, handles simple web search itself, and delegates complex web/programming tasks to a Codex-based big agent.
|