Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.14.0
Gradio Tool
gradio_tools
provides a collection of pre-built tools that can be used immediately. These tools include:
- get_stablediffusion - Generate an image from a given prompt using the open source stable diffusion demo hosted on HuggingFace spaces
- get_imagecaption - Caption an image by providing a filepath based on Niels Rogge's HuggingFace Space
- get_imgtomsc - Create an audio clip that matches the style of a given image file based on Sylvain Filoni's HuggingFace Space
- get_promptgenerator - Use this tool to improve a prompt for stable diffusion and other image generators based on this HuggingFace Space
- get_texttovideo - A tool for creating short videos from text. Based on this HuggingFace Space
- get_audiotrans - A tool for transcribing audio with Whisper. Based on this HuggingFace Space
- get_imgprompt - A tool for reverse engineering a prompt from a source image. Based on this HuggingFace Space
- get_qa - A tool for answering questions about a document from the from the image of the document. Based on this HuggingFace Space
- get_bark - A tool for text-to-speech. Based on this HuggingFace Space
Contributor: Junxi Yan