rahulhans's picture
Update README.md
6a87b79 verified

A newer version of the Gradio SDK is available: 5.33.0

Upgrade
metadata
title: GenAI Content Studio
emoji: 🎨
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.25.0
app_file: app.py
pinned: false

GenAI Content Studio

A free and open-source AI content generation studio with multiple features:

  • Text Generation
  • Text Summarization
  • Image Generation
  • Audio Generation
  • Code Generation

Features

  • Text Generation: Generate creative text using OPT-350M
  • Text Summarization: Summarize long texts using BART
  • Image Generation: Create images from text prompts using Stable Diffusion
  • Audio Generation: Convert text to speech using MMS-TTS
  • Code Generation: Generate Python code using CodeGPT

Setup

  1. Clone the repository
  2. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python app.py

License

MIT License