Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Apr 19, 2024
1 parent 4df82bb commit c0cf4dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ demo.queue().launch()
- MultimodalInput: 多模态输入框,支持上传文件、录音、照相等功能。
- Markdown: gradio Markdown 扩展组件,支持输出多模态内容(音频、视频、语音、文件、文本)。
- WaterfallGallery: gradio Gallery 扩展组件,支持瀑布流的图像展示。
- Flow: 基于 [reactflow](https://reactflow.dev/) 的 Flow 组件,支持通过 schema 定制节点渲染。
- 更多组件...

详细使用参见 [文档与示例](https://modelscope.cn/studios/modelscope/modelscope-studio/summary)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ The currently supported components include:
- MultimodalInput: A multi-modal input box, supporting functions such as file upload, recording, and photography.
- Markdown: gradio Markdown extension component, supports the output of multi-modal content (audio, video, voice, files, text).
- WaterfallGallery: gradio Gallery extension component, supports waterfall-style image display.
- Flow: A Flow component implemented based on [reactflow](https://reactflow.dev/), supports customization of node rendering through a schema.
- More components...

For detailed usage, see [Documentation and Examples](https://modelscope.cn/studios/modelscope/modelscope-studio/summary)
Expand Down
1 change: 1 addition & 0 deletions docs/README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ pip install modelscope_studio
- <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>
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ pip install modelscope_studio
- <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>

0 comments on commit c0cf4dc

Please sign in to comment.