Spaces:
Runtime error
Runtime error
Commit ·
815d5f0
1
Parent(s): b8d38d2
Update chatbot with real-time audio/image input and model selection
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: "🤖"
|
| 4 |
colorFrom: "blue"
|
| 5 |
colorTo: "green"
|
| 6 |
-
sdk:
|
| 7 |
app_file: main.py
|
| 8 |
pinned: false
|
| 9 |
---
|
|
@@ -44,6 +44,7 @@ It achieves the following results on the evaluation set:
|
|
| 44 |
- Model selection for flexible query handling.
|
| 45 |
- Enhanced UI with custom icons and responsive design.
|
| 46 |
|
|
|
|
| 47 |
## Model description
|
| 48 |
|
| 49 |
More information needed
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MGZON Chat
|
| 3 |
emoji: "🤖"
|
| 4 |
colorFrom: "blue"
|
| 5 |
colorTo: "green"
|
| 6 |
+
sdk: docker
|
| 7 |
app_file: main.py
|
| 8 |
pinned: false
|
| 9 |
---
|
|
|
|
| 44 |
- Model selection for flexible query handling.
|
| 45 |
- Enhanced UI with custom icons and responsive design.
|
| 46 |
|
| 47 |
+
|
| 48 |
## Model description
|
| 49 |
|
| 50 |
More information needed
|