Spaces:
Runtime error
Runtime error
igashov
commited on
Commit
·
bec2844
1
Parent(s):
52e7c95
header
Browse files
app.py
CHANGED
|
@@ -183,13 +183,16 @@ def generate(input_file, n_steps):
|
|
| 183 |
demo = gr.Blocks()
|
| 184 |
with demo:
|
| 185 |
gr.Markdown('# DiffLinker: Equivariant 3D-Conditional Diffusion Model for Molecular Linker Design')
|
| 186 |
-
gr.Markdown('[*Paper*](https://arxiv.org/abs/2210.05274) [*Code*](https://github.com/igashov/DiffLinker)')
|
| 187 |
gr.Markdown(
|
| 188 |
'Given a set of disconnected fragments in 3D, '
|
| 189 |
'DiffLinker places missing atoms in between and designs a molecule incorporating all the initial fragments. '
|
| 190 |
'Our method can link an arbitrary number of fragments, requires no information on the attachment atoms '
|
| 191 |
'and linker size, and can be conditioned on the protein pockets.'
|
| 192 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
with gr.Box():
|
| 194 |
with gr.Row():
|
| 195 |
with gr.Column():
|
|
|
|
| 183 |
demo = gr.Blocks()
|
| 184 |
with demo:
|
| 185 |
gr.Markdown('# DiffLinker: Equivariant 3D-Conditional Diffusion Model for Molecular Linker Design')
|
|
|
|
| 186 |
gr.Markdown(
|
| 187 |
'Given a set of disconnected fragments in 3D, '
|
| 188 |
'DiffLinker places missing atoms in between and designs a molecule incorporating all the initial fragments. '
|
| 189 |
'Our method can link an arbitrary number of fragments, requires no information on the attachment atoms '
|
| 190 |
'and linker size, and can be conditioned on the protein pockets.'
|
| 191 |
)
|
| 192 |
+
gr.Markdown(
|
| 193 |
+
'[**[Paper]**](https://arxiv.org/abs/2210.05274) '
|
| 194 |
+
'[**[Code]**](https://github.com/igashov/DiffLinker)'
|
| 195 |
+
)
|
| 196 |
with gr.Box():
|
| 197 |
with gr.Row():
|
| 198 |
with gr.Column():
|