mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
@@ -220,6 +220,7 @@ class StreamHandler(ABC):
|
|||||||
) -> (
|
) -> (
|
||||||
tuple[int, np.ndarray]
|
tuple[int, np.ndarray]
|
||||||
| AdditionalOutputs
|
| AdditionalOutputs
|
||||||
|
| None
|
||||||
| tuple[tuple[int, np.ndarray], AdditionalOutputs]
|
| tuple[tuple[int, np.ndarray], AdditionalOutputs]
|
||||||
):
|
):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "gradio_webrtc"
|
name = "gradio_webrtc"
|
||||||
version = "0.0.16"
|
version = "0.0.18"
|
||||||
description = "Stream images in realtime with webrtc"
|
description = "Stream images in realtime with webrtc"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "apache-2.0"
|
license = "apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user