drigoni's picture
Upload folder using huggingface_hub
d0f68b9 verified

gradio_molgallery2d

A Gradio component designed for displaying a gallery of 2D molecular structures. It is designed to accept inputs consisting of RDKit objects.

Installation

This component can be installed through pip:

pip install gradio_molgallery2d

Example usage

import gradio as gr
from gradio_molgallery import MolGallery2D

gallery2d = MolGallery2D(columns=5, height=1000, label="3D Interactive Structures")

Information

For any questions and comments, contact Davide Rigoni.

Licenze

GPL-3.0