Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.5.0
metadata
title: Paddle Voice Chatbot
emoji: π
colorFrom: green
colorTo: pink
sdk: gradio
sdk_version: 3.6
app_file: app.py
pinned: false
license: apache-2.0
Chinese Voice Multi-Turn Chatbot
Toy example of a Chinese Voice Chatbot capable of open-domain multi-turn conversations.
ASR --> Dialogue Model with state --> TTS
- ASR Model:
conformer
from PaddleSpeech - Dialogue Model:
plato-mini
from PaddleNLP - TTS Model:
fastspeech2
from PaddleSpeech