mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
removed webcam demo (#1312)
This commit is contained in:
parent
fafab37087
commit
1b0c16a2c9
@ -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__(
|
||||
|
Loading…
Reference in New Issue
Block a user