From bf4d160d721792ef3e9e89b29530679602e7d0d2 Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Tue, 22 Apr 2025 19:12:25 +0800 Subject: [PATCH 1/4] Update app.py --- webui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/app.py b/webui/app.py index f45cdc68..06f691b2 100644 --- a/webui/app.py +++ b/webui/app.py @@ -250,7 +250,7 @@ def sum_tokens(client): Documentation - + GitHub Stars From 732e4d78ef515bc05e5072ae826b015c9795e138 Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Tue, 22 Apr 2025 19:15:28 +0800 Subject: [PATCH 2/4] Update app.py --- webui/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/app.py b/webui/app.py index 06f691b2..a0e5447c 100644 --- a/webui/app.py +++ b/webui/app.py @@ -253,8 +253,8 @@ def sum_tokens(client): GitHub Stars - - arXiv + + arXiv """) From ae04a99783c9ad52195d909879b8cab5c2373ba3 Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Tue, 22 Apr 2025 20:28:04 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba8276e..8c4db43c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Furthermore, GraphGen incorporates multi-hop neighborhood sampling to capture co ## 🚀 Quick Start -Experience it on the [OpenXLab Application Center](https://openxlab.org.cn/apps/detail/tpoisonooo/GraphGen) and [FAQ](https://github.com/open-sciencelab/GraphGen/issues/10). +Experience it on the [OpenXLab Application Center](https://g-app-center-000704-6802-aerppvq.openxlab.space) and [FAQ](https://github.com/open-sciencelab/GraphGen/issues/10). ### Gradio Demo From b7c1692dc9ce1e476d7b2044857beb4ce2d7324e Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Tue, 22 Apr 2025 20:42:04 +0800 Subject: [PATCH 4/4] Update app.py --- webui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/app.py b/webui/app.py index a0e5447c..20116fc0 100644 --- a/webui/app.py +++ b/webui/app.py @@ -410,7 +410,7 @@ def sum_tokens(client): examples_per_page=3) with gr.Column(scale=1): output = gr.File( - label="Output", + label="Output(See Github FAQ)", file_count="single", interactive=False, )