Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions webui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ def sum_tokens(client):
<a href="https://graphgen-docs.example.com">
<img src="https://img.shields.io/badge/Docs-Latest-brightgreen" alt="Documentation">
</a>
<a href="https://github.com/open-sciencelab/GraphGen">
<a href="https://github.com/open-sciencelab/GraphGen/issues/10">
<img src="https://img.shields.io/github/stars/open-sciencelab/GraphGen?style=social" alt="GitHub Stars">
</a>
<a href="https://arxiv.org/xxxxx">
<img src="https://img.shields.io/badge/arXiv-xxxxx-yellow" alt="arXiv">
<a href="https://github.com/open-sciencelab/GraphGen/tree/main/resources">
<img src="https://img.shields.io/badge/arXiv-pdf-yellow" alt="arXiv">
</a>
</div>
""")
Expand Down Expand Up @@ -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,
)
Expand Down