modelscope-studio / README.md
Coloring's picture
feat: add mgr.load
f3f2a15
---
tags:
- gradio-custom-component
- Chatbot
- MutilmodalInput
- Markdown
- gradio-template-Chatbot
- gradio-template-Markdown
title: modelscope-studio
colorFrom: blue
colorTo: gray
sdk: docker
pinned: false
license: apache-2.0
---
<h1>ModelScope Studio</h1>
<p align="center">
<img src="https://modelscope.oss-cn-beijing.aliyuncs.com/modelscope.gif" height="60" style="vertical-align: middle;"/>
<span style="font-size: 30px; vertical-align: middle;">
βœ–οΈ
</span>
<img src="https://github.com/gradio-app/gradio/raw/main/readme_files/gradio.svg" height="60" style="vertical-align: middle;">
<p>
<p align="center">
<a href="https://github.com/modelscope/modelscope-studio">GitHub</a> | πŸ€– <a href="https://modelscope.cn/studios/modelscope/modelscope-studio/summary">ModelScope Studio</a> | πŸ€— <a href="https://huggingface.co/spaces/modelscope/modelscope-studio">Hugging Face Space</a>
`modelscope_studio` is a set of extension component libraries based on gradio 4.x, dedicated to serving the various extension needs of gradio applications within the ModelScope Studio. It mainly focuses on enhancing conversational scenarios, supporting multimodal contexts, and providing assistance for various other specialized scenarios.
## Install
```sh
pip install modelscope_studio
```
## API
- <tab-link component-tab="API">load</tab-link>
## Components
- <tab-link component-tab="Chatbot">Chatbot</tab-link>
- <tab-link component-tab="MultimodalInput">MultimodalInput</tab-link>
- <tab-link component-tab="Markdown">Markdown</tab-link>
- <tab-link component-tab="WaterfallGallery">WaterfallGallery</tab-link>
- <tab-link component-tab="Flow">Flow</tab-link>