mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
Add ability to Hide Title in Built-in UI + llama 4 cartesia tweaks (#299)
* merge title * Fix
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
from .tts import KokoroTTSOptions, get_tts_model
|
||||
from .tts import (
|
||||
CartesiaTTSOptions,
|
||||
KokoroTTSOptions,
|
||||
get_tts_model,
|
||||
)
|
||||
|
||||
__all__ = ["get_tts_model", "KokoroTTSOptions"]
|
||||
__all__ = ["get_tts_model", "KokoroTTSOptions", "CartesiaTTSOptions"]
|
||||
|
||||
Reference in New Issue
Block a user