Spaces:
Running
Running
| 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 | |
| ``` | |