Spaces:
Running
Running
Create DOCS.md
Browse files
DOCS.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ModelScope Gradio Components
|
| 2 |
+
|
| 3 |
+
modelscope_gradio_components 是一套基于 gradio 4.x 的高阶自定义组件库,依赖版本 gradio >=4.0,python >= 3.8。
|
| 4 |
+
|
| 5 |
+
## Install
|
| 6 |
+
|
| 7 |
+
```sh
|
| 8 |
+
pip install modelscope_gradio_components
|
| 9 |
+
```
|
| 10 |
+
|
| 11 |
+
## Components
|
| 12 |
+
|
| 13 |
+
- <tab-link component-tab="Chatbot">Chatbot</tab-link>
|
| 14 |
+
- <tab-link component-tab="MultimodalInput">MultimodalInput</tab-link>
|
| 15 |
+
- <tab-link component-tab="Markdown">Markdown</tab-link>
|