Merge branch 'main' of https://huggingface.co/spaces/angkit007/hackathon
Browse files
README.md
CHANGED
|
@@ -4,9 +4,10 @@ emoji: 🐱
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app_single.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Emberglade · MiniCPM-V 4.6
|
|
@@ -86,4 +87,4 @@ Priority: `MINICPM_API_KEY` env var → UI field → public fallback key.
|
|
| 86 |
| Adjust defaults | `config/settings.py` → `DEFAULT_*` |
|
| 87 |
| Change API endpoint | `config/settings.py` → `API_BASE_URL` |
|
| 88 |
| Add retry logic / logging | `core/api_client.py` |
|
| 89 |
-
| Add new UI widgets | `ui/components.py` + wire in `ui/app.py` |
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.18.0
|
| 8 |
app_file: app_single.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: 'Emberglade is a emotion identifier. '
|
| 11 |
---
|
| 12 |
|
| 13 |
# Emberglade · MiniCPM-V 4.6
|
|
|
|
| 87 |
| Adjust defaults | `config/settings.py` → `DEFAULT_*` |
|
| 88 |
| Change API endpoint | `config/settings.py` → `API_BASE_URL` |
|
| 89 |
| Add retry logic / logging | `core/api_client.py` |
|
| 90 |
+
| Add new UI widgets | `ui/components.py` + wire in `ui/app.py` |
|