Slayer-01/TextSummarizerAgent-02
0
1---2title: First Agent Template3emoji: ⚡4colorFrom: pink5colorTo: yellow6sdk: gradio7sdk_version: 5.23.18app_file: app.py9pinned: false10tags:11- smolagents12- agent13- smolagent14- tool15- agent-course16---17# TextSummarizerAgent-0218Welcome to my AI-powered summarizer! This tool takes any text you provide (like articles or notes) and creates a concise 100-200 word summary. It also generates a prompt you can use with AI models like ChatGPT or Grok to explain the content simply. Built with Gradio and Hugging Face’s transformers library.19 20**How to Use**:211. Paste your text in the box.222. Click Submit.233. Get a summary and a prompt in seconds!24 25Try it with a news article or a fun story. Feedback welcome! 😄26 27Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference28 29 30 