Skip to content

Commit

Permalink
fix small bug in README.md (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibuxiangx authored Mar 1, 2025
1 parent 01c085e commit 91602f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def echo(audio: tuple[int, np.ndarray]):
yield audio

stream = Stream(
handler=ReplyOnPause(detection),
handler=ReplyOnPause(echo),
modality="audio",
mode="send-receive",
)
Expand Down Expand Up @@ -314,4 +314,4 @@ async def _():
return HTMLResponse(content=open("index.html").read())

# uvicorn app:app --host 0.0.0.0 --port 8000
```
```

0 comments on commit 91602f5

Please sign in to comment.