Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Jun 25, 2024
1 parent 23924ad commit 9456932
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ Press start to start talking. Take a break hit stop, when ready again hit start
http://localhost:8000/


![Webui](https://imagedelivery.net/WfhVb8dSNAAvdXUdMfBuPQ/1c7ca45a-ddb3-4e93-ed6a-65a444b55200/public)
[![Watch the video](https://img.youtube.com/vi/Ii3vYg-CzKE/maxresdefault.jpg)](https://youtu.be/Ii3vYg-CzKE)



## Adding New Characters
Expand Down
8 changes: 4 additions & 4 deletions app/app.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import os
import torch
import time
import aiohttp
# import time
import asyncio
import aiohttp
import pyaudio
import numpy as np
import wave
import numpy as np
import requests
import json
import base64
Expand All @@ -20,6 +19,7 @@
from pathlib import Path
import re
import io
import torch
from pydub import AudioSegment
from .shared import clients

Expand Down

0 comments on commit 9456932

Please sign in to comment.