File size: 672 Bytes
20f5265
99f10f0
 
 
 
20f5265
3103427
99f10f0
20f5265
 
 
 
99f10f0
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Streaming Vocos Demo
emoji: 🎙️
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: "4.44.1"
python_version: "3.10"
app_file: app.py
pinned: false
---

# Streaming Vocos Demo (Gradio)

Upload or record an audio clip, then click **Reconstruct** to run it through the Streaming Vocos vocoder.

**UI layout**
- **Left:** input waveform + input mel-spectrogram
- **Right:** reconstructed waveform + reconstructed mel-spectrogram

The Space loads the Lightning checkpoint from the Hugging Face model repo and runs:
- `mel = model.feature_extractor(audio)`
- `audio_out = model(mel)` (optionally in streaming chunk mode)

Model: `warisqr007/StreamingVocos`