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