Spaces:
Build error
Build error
| # from fastapi import FastAPI | |
| # app = FastAPI() | |
| # @app.get("/") | |
| # def greet_json(): | |
| # return {"Hello": "World!"} | |
| import gradio as gr | |
| from gradio_molecule3d import Molecule3D | |
| with gr.Blocks() as demo: | |
| gr.Markdown("# MolCRAFT: Structure-Based Drug Design in Continuous Parameter Space [ICML 2024]") | |
| if __name__ == '__main__': | |
| demo.launch(share=True) | |