Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
4563b69
1
Parent(s):
980cff6
add logo, no download, no share
Browse files- app.py +1 -1
- figures/uma_overview_figure.svg +0 -0
app.py
CHANGED
|
@@ -136,7 +136,7 @@ def main():
|
|
| 136 |
|
| 137 |
with gr.Tab("1. UMA Intro"):
|
| 138 |
|
| 139 |
-
gr.Image('figures/uma_overview_figure.svg', label="UMA Overview")
|
| 140 |
|
| 141 |
gr.Markdown("This is UMA! It is a large mixture-of-linear-experts graph network model trained on billions of atoms across five open-science simulation datasets released by the FAIR Chemistry team over the past 5 years. If you give it an input structure and which task you're interested in modeling in, it will output the energy, forces, and stress which you can use for a molecular simulation! Try one of these examples to see what it can do.")
|
| 142 |
with gr.Row():
|
|
|
|
| 136 |
|
| 137 |
with gr.Tab("1. UMA Intro"):
|
| 138 |
|
| 139 |
+
gr.Image('figures/uma_overview_figure.svg', label="UMA Overview", show_share_button=False, show_download_button=False)
|
| 140 |
|
| 141 |
gr.Markdown("This is UMA! It is a large mixture-of-linear-experts graph network model trained on billions of atoms across five open-science simulation datasets released by the FAIR Chemistry team over the past 5 years. If you give it an input structure and which task you're interested in modeling in, it will output the energy, forces, and stress which you can use for a molecular simulation! Try one of these examples to see what it can do.")
|
| 142 |
with gr.Row():
|
figures/uma_overview_figure.svg
CHANGED
|
|
|
|