Spaces:
Running on Zero
Running on Zero
display image
Browse files
app.py
CHANGED
|
@@ -24,6 +24,7 @@ with gr.Blocks(title="RFD3 Test") as demo:
|
|
| 24 |
"It showed impressive results in generating protein backbones for motif scaffolding and binder design.")
|
| 25 |
gr.Markdown("Now in its third version, [RFD3](https://pubmed.ncbi.nlm.nih.gov/41000976/) can create binders for an extended set of targets, from DNA/RNA to small molecules, and allows advanced conditiong."
|
| 26 |
"This space allows you to run backbone generation jobs using Hugging Face's hardware and download the results!")
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
test_btn = gr.Button("Run RFD3 Test")
|
|
|
|
| 24 |
"It showed impressive results in generating protein backbones for motif scaffolding and binder design.")
|
| 25 |
gr.Markdown("Now in its third version, [RFD3](https://pubmed.ncbi.nlm.nih.gov/41000976/) can create binders for an extended set of targets, from DNA/RNA to small molecules, and allows advanced conditiong."
|
| 26 |
"This space allows you to run backbone generation jobs using Hugging Face's hardware and download the results!")
|
| 27 |
+
gr.Image("assets/overview_rfd3_baker.png", width=600)
|
| 28 |
|
| 29 |
|
| 30 |
test_btn = gr.Button("Run RFD3 Test")
|