Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Audio
|
| 3 |
emoji: π
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
|
@@ -9,4 +9,36 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Audio LLM
|
| 3 |
emoji: π
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Check out the configuration reference at [Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference)
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# π§ LFM2-Audio-1.5B β Multimodal Chatbot
|
| 17 |
+
|
| 18 |
+
An interactive Hugging Face Space built using **[LiquidAI/LFM2-Audio-1.5B](https://huggingface.co/LiquidAI/LFM2-Audio-1.5B)** β
|
| 19 |
+
a next-generation **audio-language foundation model** that understands and generates both **text and audio**.
|
| 20 |
+
|
| 21 |
+
## π Features
|
| 22 |
+
- π¬ Text input and ποΈ audio input (record or upload)
|
| 23 |
+
- π§ AI replies in both text and generated audio
|
| 24 |
+
- π Persistent multi-turn chat history
|
| 25 |
+
- β‘ Runs on GPU-backed Spaces for fast inference
|
| 26 |
+
|
| 27 |
+
## π§© Tech Stack
|
| 28 |
+
- Gradio (UI)
|
| 29 |
+
- PyTorch
|
| 30 |
+
- Torchaudio
|
| 31 |
+
- Liquid-Audio SDK
|
| 32 |
+
|
| 33 |
+
## π§ Model Credits
|
| 34 |
+
Model: [LiquidAI/LFM2-Audio-1.5B](https://huggingface.co/LiquidAI/LFM2-Audio-1.5B)
|
| 35 |
+
Authors: LiquidAI Team
|
| 36 |
+
License: LFM Open License v1.0
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
To deploy this Space yourself:
|
| 41 |
+
1. Create a new **Gradio Space** on [huggingface.co/spaces](https://huggingface.co/spaces)
|
| 42 |
+
2. Upload `app.py`, `requirements.txt`, and this `README.md`
|
| 43 |
+
3. Select **GPU hardware** (A10G recommended)
|
| 44 |
+
4. Done! π
|