--- title: MiniMax M3 emoji: 👁 colorFrom: purple colorTo: blue sdk: gradio sdk_version: 6.18.0 python_version: '3.13' app_file: app.py pinned: false --- # MiniMax-M3 Vision Chat A multimodal chat app powered by **MiniMax-M3** via HuggingFace Inference Router, built with `gradio.Server` + a custom HTML/CSS/JS frontend. ## Features - 🖼 **Image understanding** — attach images by URL or file upload - ⚡ **Streaming responses** — tokens stream in real-time via SSE - 💬 **Multi-turn conversation** — full chat history maintained - 🎨 **Premium UI** — dark glassmorphism design with smooth animations ## Setup Set your `HF_TOKEN` environment variable and run: ```bash pip install gradio openai python app.py ```