nzjsdsk commited on
Commit
c619afe
·
verified ·
1 Parent(s): 3e2982c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -1,22 +1,22 @@
1
  ---
2
- title: "py-xiaozhi Demo" # 必须为字符串 :contentReference[oaicite:0]{index=0}
3
- emoji: "🤖" # 必须为字符串,仅允许单个 emoji 字符 :contentReference[oaicite:1]{index=1}
4
- colorFrom: red # 必须是 [red, yellow, green, blue, indigo, purple, pink, gray] 之一 :contentReference[oaicite:2]{index=2}
5
- colorTo: pink # 同上 :contentReference[oaicite:3]{index=3}
6
- sdk: gradio # 必须是 [gradio, streamlit, docker, static] 之一 :contentReference[oaicite:4]{index=4}
7
- sdk_version: "3.53.2" # 必须为字符串,指定 SDK 版本 :contentReference[oaicite:5]{index=5}
8
- python_version: "3.10" # 可选,必须为字符串,指定 Python 版本 :contentReference[oaicite:6]{index=6}
9
- app_file: app.py # 必须为字符串,指定入口脚本路径 :contentReference[oaicite:7]{index=7}
10
- short_description: "基于 py-xiaozhi 的语音交互 Demo" # 必须为字符串,用于缩略图下方简介 :contentReference[oaicite:8]{index=8}
11
  tags:
12
- - ai
13
- - gradio
14
- - speech # 必须为字符串列表,描述任务场景 :contentReference[oaicite:9]{index=9}
15
  models:
16
- - openai-community/gpt2 # HF 模型 ID 列表 :contentReference[oaicite:10]{index=10}
17
  datasets:
18
- - mozilla-foundation/common_voice_13_0 # HF 数据集 ID 列表 :contentReference[oaicite:11]{index=11}
19
- pinned: false # 必须为布尔值,是否置顶 :contentReference[oaicite:12]{index=12}
20
  ---
21
 
22
  # py-xiaozhi Demo
@@ -30,4 +30,4 @@ pinned: false # 必须为布尔值,是否置顶 :content
30
 
31
  1. 安装依赖
32
  ```bash
33
- pip install -r requirements.txt
 
1
  ---
2
+ title: py-xiaozhi Demo
3
+ emoji: 🤖
4
+ colorFrom: red
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 5.29.0
8
+ python_version: '3.10'
9
+ app_file: app.py
10
+ short_description: 基于 py-xiaozhi 的语音交互 Demo
11
  tags:
12
+ - ai
13
+ - gradio
14
+ - speech
15
  models:
16
+ - openai-community/gpt2
17
  datasets:
18
+ - mozilla-foundation/common_voice_13_0
19
+ pinned: false
20
  ---
21
 
22
  # py-xiaozhi Demo
 
30
 
31
  1. 安装依赖
32
  ```bash
33
+ pip install -r requirements.txt