mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
Rebrand to FastRTC (#60)
* Add code * add code * add code * Rename messages * rename * add code * Add demo * docs + demos + bug fixes * add code * styles * user guide * Styles * Add code * misc docs updates * print nit * whisper + pr * url for images * whsiper update * Fix bugs * remove demo files * version number * Fix pypi readme * Fix * demos * Add llama code editor * Update llama code editor and object detection cookbook * Add more cookbook demos * add code * Fix links for PR deploys * add code * Fix the install * add tts * TTS docs * Typo * Pending bubbles for reply on pause * Stream redesign (#63) * better error handling * Websocket error handling * add code --------- Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local> * remove docs from dist * Some docs typos * more typos * upload changes + docs * docs * better phone * update docs * add code * Make demos better * fix docs + websocket start_up * remove mention of FastAPI app * fastphone tweaks * add code * ReplyOnStopWord fixes * Fix cookbook * Fix pypi readme * add code * bump versions * sambanova cookbook * Fix tags * Llm voice chat * kyutai tag * Add error message to all index.html * STT module uses Moonshine * Not required from typing extensions * fix llm voice chat * Add vpn warning * demo fixes * demos * Add more ui args and gemini audio-video * update cookbook * version 9 --------- Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
This commit is contained in:
74
demo/phonic_chat/requirements.txt
Normal file
74
demo/phonic_chat/requirements.txt
Normal file
@@ -0,0 +1,74 @@
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile requirements.in -o requirements.txt
|
||||
aiohappyeyeballs==2.4.6
|
||||
# via aiohttp
|
||||
aiohttp==3.11.12
|
||||
# via
|
||||
# aiohttp-retry
|
||||
# twilio
|
||||
aiohttp-retry==2.9.1
|
||||
# via twilio
|
||||
aiosignal==1.3.2
|
||||
# via aiohttp
|
||||
attrs==25.1.0
|
||||
# via aiohttp
|
||||
certifi==2025.1.31
|
||||
# via requests
|
||||
cffi==1.17.1
|
||||
# via sounddevice
|
||||
charset-normalizer==3.4.1
|
||||
# via requests
|
||||
fastrtc==0.0.1
|
||||
# via -r requirements.in
|
||||
frozenlist==1.5.0
|
||||
# via
|
||||
# aiohttp
|
||||
# aiosignal
|
||||
idna==3.10
|
||||
# via
|
||||
# requests
|
||||
# yarl
|
||||
isort==6.0.0
|
||||
# via phonic-python
|
||||
loguru==0.7.3
|
||||
# via phonic-python
|
||||
multidict==6.1.0
|
||||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
numpy==2.2.3
|
||||
# via
|
||||
# phonic-python
|
||||
# scipy
|
||||
phonic-python==0.1.3
|
||||
# via -r requirements.in
|
||||
propcache==0.3.0
|
||||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
pyjwt==2.10.1
|
||||
# via twilio
|
||||
python-dotenv==1.0.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# phonic-python
|
||||
requests==2.32.3
|
||||
# via
|
||||
# phonic-python
|
||||
# twilio
|
||||
scipy==1.15.2
|
||||
# via phonic-python
|
||||
sounddevice==0.5.1
|
||||
# via phonic-python
|
||||
twilio==9.4.6
|
||||
# via -r requirements.in
|
||||
typing-extensions==4.12.2
|
||||
# via phonic-python
|
||||
urllib3==2.3.0
|
||||
# via requests
|
||||
websockets==15.0
|
||||
# via phonic-python
|
||||
yarl==1.18.3
|
||||
# via aiohttp
|
||||
Reference in New Issue
Block a user