modelscope-studio / README.md
Coloring's picture
feat: WaterfallGallery docs
e0dfb76
|
raw
history blame
No virus
1.59 kB
---
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://www.gradio.app/_app/immutable/assets/gradio.8a5e8876.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">HuggingFace 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
```
## 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>