ModelScope Studio 2.0
The stable release has being published, this version completes major ecosystem upgrades and delivers a significantly enhanced component experience for building AI-powered interfaces.
🚀 What's New
- Migrated to Gradio 6.0 — Rebuilt on the latest Gradio 6.0 foundation with improved performance and stability.
- Migrated to Ant Design 6.0 — Full support for Ant Design 6.x, including all new components and updated APIs.
- Migrated to Ant Design X 2.0 — Complete integration of Ant Design X 2.x, purpose-built for AI interaction scenarios such as conversations, thought chains, and multimodal input.
📦 Installation
pip install modelscope_studio
Update: Gradio 6.28.0 and above are now supported. Please upgrade to the latest modelscope_studio and use Gradio >= 6.28.0. Earlier Gradio versions are not compatible with the current components. See gradio#13131 for the related breaking change that has been resolved.
⚠️ Migration Notes
legacy module removed — The legacy module has been removed in v2.0.0. If you rely on legacy components, or need to use 4.43.0 <= Gradio < 6.0.0, please use the 1.x version:
pip install modelscope_studio~=1.0
ModelScope Studio 2.0
The stable release has being published, this version completes major ecosystem upgrades and delivers a significantly enhanced component experience for building AI-powered interfaces.
🚀 What's New
📦 Installation
legacymodule removed — Thelegacymodule has been removed in v2.0.0. If you rely on legacy components, or need to use4.43.0 <= Gradio < 6.0.0, please use the 1.x version: