Files
gradio-webrtc/backend/gradio_webrtc/__init__.py
freddyaboulton cff6073df0 working prototype
2024-10-17 15:34:57 -07:00

4 lines
81 B
Python

from .webrtc import WebRTC, StreamHandler
__all__ = ["StreamHandler", "WebRTC"]