Tools / gradio_tools /readme.md
ZackBradshaw's picture
Upload folder using huggingface_hub
e67043b verified

A newer version of the Gradio SDK is available: 5.14.0

Upgrade

Gradio Tool

gradio_tools provides a collection of pre-built tools that can be used immediately. These tools include:

  1. get_stablediffusion - Generate an image from a given prompt using the open source stable diffusion demo hosted on HuggingFace spaces
  2. get_imagecaption - Caption an image by providing a filepath based on Niels Rogge's HuggingFace Space
  3. get_imgtomsc - Create an audio clip that matches the style of a given image file based on Sylvain Filoni's HuggingFace Space
  4. get_promptgenerator - Use this tool to improve a prompt for stable diffusion and other image generators based on this HuggingFace Space
  5. get_texttovideo - A tool for creating short videos from text. Based on this HuggingFace Space
  6. get_audiotrans - A tool for transcribing audio with Whisper. Based on this HuggingFace Space
  7. get_imgprompt - A tool for reverse engineering a prompt from a source image. Based on this HuggingFace Space
  8. get_qa - A tool for answering questions about a document from the from the image of the document. Based on this HuggingFace Space
  9. get_bark - A tool for text-to-speech. Based on this HuggingFace Space

Contributor: Junxi Yan

Acknowledgments