File size: 1,701 Bytes
ed60594
db32e48
 
 
 
 
 
 
 
 
 
 
 
 
ed60594
db32e48
aa39585
db32e48
 
 
 
 
 
e81c08f
db32e48
 
 
aa39585
db32e48
 
 
 
 
 
 
 
 
f3f2a15
 
 
 
db32e48
 
 
 
 
e0dfb76
8beccfa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
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>