From c0cf4dcd88c68183fbbb3915be30025e76d9f9b1 Mon Sep 17 00:00:00 2001
From: Col0ring <1561999073@qq.com>
Date: Fri, 19 Apr 2024 15:24:43 +0800
Subject: [PATCH] chore: update README
---
README-zh_CN.md | 1 +
README.md | 1 +
docs/README-zh_CN.md | 1 +
docs/README.md | 1 +
4 files changed, 4 insertions(+)
diff --git a/README-zh_CN.md b/README-zh_CN.md
index 049b66c2..7ccf7285 100644
--- a/README-zh_CN.md
+++ b/README-zh_CN.md
@@ -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)
diff --git a/README.md b/README.md
index 65050b20..6cab1e2d 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/docs/README-zh_CN.md b/docs/README-zh_CN.md
index 4dc63db8..67ff100c 100644
--- a/docs/README-zh_CN.md
+++ b/docs/README-zh_CN.md
@@ -25,3 +25,4 @@ pip install modelscope_studio
- MultimodalInput
- Markdown
- WaterfallGallery
+- Flow
diff --git a/docs/README.md b/docs/README.md
index 335e7b03..07a4faab 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -41,3 +41,4 @@ pip install modelscope_studio
- MultimodalInput
- Markdown
- WaterfallGallery
+- Flow