Hamed744/veo3.1-docpro
0
Veo 3.1 Fast - FastAPI Version
This is a FastAPI-based web application for generating videos from text or images using Hugging Face Inference Providers.
How to Use
- Open the web interface.
- Enter your Hugging Face User Access Token (it must start with
hf_). - Choose either the "Text to Video" or "Image to Video" tab.
- Fill in the required prompts and/or upload an image.
- Click the generate button and wait for your video.
Note: This is a paid service that uses your personal Hugging Face credits for the fal-ai provider.
API Endpoints
POST /text-to-video/: Requirespromptandtokenin a form data.POST /image-to-video/: Requiresimage(file),prompt, andtokenin a form data.
