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]
|
||||
| AdditionalOutputs
|
||||
| None
|
||||
| tuple[tuple[int, np.ndarray], AdditionalOutputs]
|
||||
):
|
||||
pass
|
||||
|
||||
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "gradio_webrtc"
|
||||
version = "0.0.16"
|
||||
version = "0.0.18"
|
||||
description = "Stream images in realtime with webrtc"
|
||||
readme = "README.md"
|
||||
license = "apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user