Meme Generator API
This Hugging Face Space uses a fine-tuned LLM to generate meme-worthy text captions.
How to Use
- Visit the app interface: Meme Generator
- Send a POST request to the REST API:
- Endpoint:
/run/predict
- Payload:
{ "data": ["Your meme prompt here"] }
- Response:
{ "data": ["Generated meme text"] }
- Endpoint:
Requirements
- transformers
- gradio
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model's library.