--- pipeline_tag: text-to-image tags: - meme --- # Meme Generator API This Hugging Face Space uses a fine-tuned LLM to generate meme-worthy text captions. ## How to Use 1. Visit the app interface: [Meme Generator](https://huggingface.co/spaces/YourUsername/YourSpaceName) 2. Send a POST request to the REST API: - Endpoint: `/run/predict` - Payload: ```json { "data": ["Your meme prompt here"] } ``` - Response: ```json { "data": ["Generated meme text"] } ``` ## Requirements - transformers - gradio