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 diff --git a/webui/app.py b/webui/app.py index f45cdc68..20116fc0 100644 --- a/webui/app.py +++ b/webui/app.py @@ -250,11 +250,11 @@ def sum_tokens(client): Documentation - + GitHub Stars - - arXiv + + arXiv """) @@ -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, )