Standard Inputs and Outputs
File Input
Name your field with afile_url
suffix and it will be rendered as a file in the playground, allowing users to upload or download the file.
File Output
File
class for your output will include additional metadata about the file:
Image Input
Name your field with aimage_url
suffix and it will be rendered as an image in the playground, allowing users to upload or download the image.
Image Output
Image
class for your output will include additional metadata about the image:
Image Dataset Input
Useimage_urls
suffix to render a dataset of images in the playground.
Audio Input
Name your field with aaudio_url
suffix and it will be rendered as an audio in the playground, allowing users to upload or download the audio.
Audio Output
Audio
class for your output will include additional metadata about the audio:
Audio Dataset Input
Useaudio_urls
suffix to render a dataset of audios in the playground.
Video Input
Name your field with avideo_url
suffix and it will be rendered as a video in the playground, allowing users to upload or download the video.
Video Output
Video
class for your output will include additional metadata about the video:
Video Dataset Input
Usevideo_urls
suffix to render a dataset of videos in the playground.