mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 09:59:22 +08:00
Add text mode (#321)
* Pretty good spot * Working draft * Fix other mode * Add js to git * Working * Add code * fix * Fix * Add code * Fix submit race condition * demo * fix * Fix * Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio_webrtc",
|
||||
"version": "0.11.0-beta.3",
|
||||
"name": "@freddyaboulton/fastrtc-component",
|
||||
"version": "0.0.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
@@ -15,6 +15,7 @@
|
||||
"@gradio/image": "0.16.4",
|
||||
"@gradio/markdown": "^0.10.3",
|
||||
"@gradio/statustracker": "0.9.1",
|
||||
"@gradio/textbox": "^0.10.10",
|
||||
"@gradio/upload": "0.13.3",
|
||||
"@gradio/utils": "0.7.0",
|
||||
"@gradio/wasm": "0.14.2",
|
||||
@@ -46,7 +47,7 @@
|
||||
"main_changeset": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gradio-app/gradio.git",
|
||||
"directory": "js/video"
|
||||
"url": "git+https://github.com/gradio-app/fastrtc.git",
|
||||
"directory": "fastrtc/frontend"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user