Existance commited on
Commit
7336e6c
Β·
verified Β·
1 Parent(s): b922c00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Audio Llm
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! πŸŽ‰