File size: 462 Bytes
fd3fd47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

license: Apache License 2.0


## 文件
1. Images: 图片
2. app.py: SDK为Gradio时,启动文件默认名为app.py
3. model.py: 模型推理代码
4. requirements.txt: 第三方依赖,保存该文件后space自动加载其中所有依赖

### app.py
把用户头像、机器人头像、Logo三个图片路径改成自己的路径(在 with gr.Blocks(css=custom_css) as demo: 中)

### model.py
model_name中路径是hugging face中Taiyi模型的路径