mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +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:
@@ -35,6 +35,7 @@ from .utils import (
|
||||
AdditionalOutputs,
|
||||
CloseStream,
|
||||
Warning,
|
||||
WebRTCData,
|
||||
WebRTCError,
|
||||
aggregate_bytes_to_16bit,
|
||||
async_aggregate_bytes_to_16bit,
|
||||
@@ -92,4 +93,5 @@ __all__ = [
|
||||
"CloseStream",
|
||||
"get_current_context",
|
||||
"CartesiaTTSOptions",
|
||||
"WebRTCData",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user