Spaces:
Running
Running
File size: 734 Bytes
8d48e82 396b80b 8d48e82 09a378c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
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
```
|