hedhoud12 commited on
Commit
b040c0f
1 Parent(s): 4588bab

add demo image

Browse files
Files changed (2) hide show
  1. README.md +9 -3
  2. example.png +0 -0
README.md CHANGED
@@ -117,18 +117,24 @@ Here is an example of the transcription capabilities of the model:
117
 
118
  ### WebRTC Demonstartion
119
 
120
- ##### Intallation
121
  ```bash
122
  pip install vosk
123
  pip install websockets
124
  ```
125
- ```bash
126
 
 
 
127
  git clone https://huggingface.co/linagora/linto-asr-ar-tn-0.1.git
128
 
129
  cd linto-asr-ar-tn-0.1/Demo-WebRTC
 
130
 
131
- python3 app.py <model-path>
132
 
 
 
133
  ```
 
134
 
 
 
117
 
118
  ### WebRTC Demonstartion
119
 
120
+ #### Intallation
121
  ```bash
122
  pip install vosk
123
  pip install websockets
124
  ```
 
125
 
126
+ #### cloning
127
+ ```bash
128
  git clone https://huggingface.co/linagora/linto-asr-ar-tn-0.1.git
129
 
130
  cd linto-asr-ar-tn-0.1/Demo-WebRTC
131
+ ```
132
 
133
+ #### Use
134
 
135
+ ```bash
136
+ python3 app.py <model-path>
137
  ```
138
+ Default web interface: `localhost:8010`
139
 
140
+ ![Demo Interface](https://huggingface.co/linagora/linto-asr-ar-tn-0.1/resolve/main/example.png)
example.png ADDED