MagicHub commited on
Commit
d1e4786
1 Parent(s): 34aa3bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ python server.py --model ${model_name} --listen --listen-host 0.0.0.0 --listen-p
31
  ```
32
  如果服务正常启动,就可以通过该端口访问服务了 `${server_ip}:${port}`
33
 
34
- #### Python script
35
 
36
  See https://github.com/magichub-opensource/CLAM-Conversational-Language-AI-from-MagicData/blob/master/inference.py
37
 
 
31
  ```
32
  如果服务正常启动,就可以通过该端口访问服务了 `${server_ip}:${port}`
33
 
34
+ #### Inference script
35
 
36
  See https://github.com/magichub-opensource/CLAM-Conversational-Language-AI-from-MagicData/blob/master/inference.py
37