Update README.md
Browse files
README.md
CHANGED
@@ -49,10 +49,6 @@ Lyrics can take images, text, and visual objects as input, and text and spatial
|
|
49 |
|
50 |
## 使用 Usage
|
51 |
|
52 |
-
首先加载Ziya-Visual模型:需要注意的是Visual-Ziya的模型仓库只包含视觉模型部分的参数,Ziya LLM部分的参数通过[Ziya-LLaMA-13B-v1](https://huggingface.co/IDEA-CCNL/Ziya-LLaMA-13B-v1)获得。得到这两部分的模型参数后,我们加载模型:
|
53 |
-
|
54 |
-
First load the Ziya-Visual model: it should be noted that the model repository of Visual-Ziya contains only the parameters of the visual model part, the parameters of the Ziya LLM part are obtained through [Ziya-LLaMA-13B-v1](https://huggingface.co/IDEA-CCNL/Ziya-LLaMA-13B-v1). Once we have the parameters for both parts of the model, we load the model:
|
55 |
-
|
56 |
```python
|
57 |
import gradio as gr
|
58 |
from PIL import Image
|
|
|
49 |
|
50 |
## 使用 Usage
|
51 |
|
|
|
|
|
|
|
|
|
52 |
```python
|
53 |
import gradio as gr
|
54 |
from PIL import Image
|