Spaces:
Runtime error
Feedback on cool examples
I looked over the code and usage of each gradio example. Here are the ones I found super useful:
https://huggingface.co/spaces/freddyaboulton/all_demos_3
blocks_mask - for the masked part one thing that is great about artbreeder collager is it can cut out the source image into a movable region which then positioned into an input context image allows composition of AI images that rival any composition available (even human capability to do it manually).
blocks_multiple_event_triggers - useful to do timme series eventing of data change over time for multiple input datasets
fake_gan - multiple outputs to show progressions - could this be used to composite video? The random image select from unsplash is useful
image_mod_default_image - useful for setting default
interface_load_parallel - useful to parallel spray inference
kitchen sink - show camera super useful
reverse audio - useful audio processing
sst or tts - super useful for converting text to audio output - read it to me!
tried a large research effort has been devoted to quantum dots ( qds ) , the quantum wires , qd chains , nanoholes and pits [ 1 - 8 ] due to their modified density of states , fascinating optoelectronic properties and device applications for lasers , photodetectors and other electronic devices . among quantum dots , pits and wires fabrication - audio out was great. Useful for accessibility speech only systems for disabled. Also super useful for compressing what we want to learn into audio.
stream_audio - useful for audio processing
stream frame - useful for video input and output in real time
zip two ffiles - useful but lost filenames - any way to preserve those?
Thanks!