Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.44.1
metadata
title: UniBioMap Explorer
emoji: π
colorFrom: blue
colorTo: pink
sdk: gradio
sdk_version: 5.23.1
app_file: app.py
pinned: false
UniBioMap Demo
π This demo demonstrates sampling and visualizing subgraphs from current compiled UniBioMap
based on specific entities (sets).
Usage
- We have released the
based demo on [Hugging Face](https://huggingface.co/spaces/EZ4Fanta/unibiomap_demo), please click the button to use the WebUI online.
- If you want to use the WebUI locally, please run:
or if you want further modification:python app.py
gradio app.py
- If you just want to compile the networkx graph image and entity .txt file, Simply following the steps in
demo.ipynb
. Or you can run the demo on Google Colab.
Requirements
Clone the repository:
git clone https://github.com/yourusername/unibiomap-demo.git cd unibiomap-demo
Install the required packages:
pip install --upgrade gradio pip install -r requirements.txt