Fix typing (#30)

* code

* add code

* add code

* Code
This commit is contained in:
Freddy Boulton
2024-12-04 16:47:16 -05:00
committed by GitHub
parent 868e0bfa64
commit 54602d8d1f
2 changed files with 2 additions and 1 deletions

View File

@@ -220,6 +220,7 @@ class StreamHandler(ABC):
) -> (
tuple[int, np.ndarray]
| AdditionalOutputs
| None
| tuple[tuple[int, np.ndarray], AdditionalOutputs]
):
pass

View File

@@ -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"