From 1b0c16a2c92ca879c8e28b0fec74ef32b6140ac8 Mon Sep 17 00:00:00 2001 From: Ali Abdalla Date: Tue, 17 May 2022 11:02:14 -0400 Subject: [PATCH] removed webcam demo (#1312) --- gradio/components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio/components.py b/gradio/components.py index ff36f290ff..29350da216 100644 --- a/gradio/components.py +++ b/gradio/components.py @@ -1315,7 +1315,7 @@ class Image(Editable, Clearable, Changeable, Streamable, IOComponent): Preprocessing: passes the uploaded image as a {numpy.array}, {PIL.Image} or {str} filepath depending on `type`. Postprocessing: expects a {numpy.array}, {PIL.Image} or {str} filepath to an image and displays the image. - Demos: image_mod, blocks_xray, webcam + Demos: image_mod, blocks_xray """ def __init__(