Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
d58f33f
1
Parent(s):
ed4d5c1
test for image
Browse files- app.py +3 -1
- figures/uma_overview_figure.svg +0 -0
app.py
CHANGED
@@ -132,6 +132,8 @@ def main():
|
|
132 |
"# Meta's Universal Model for Atoms (UMA) Demo"
|
133 |
)
|
134 |
|
|
|
|
|
135 |
with gr.Tab("1. First UMA simulation!"):
|
136 |
|
137 |
with gr.Row():
|
@@ -165,7 +167,7 @@ def main():
|
|
165 |
"OMat",
|
166 |
0,
|
167 |
1,
|
168 |
-
"Congratulations, you just ran your first UMA simulation! This is a molecular dynamics simulation of
|
169 |
],
|
170 |
],
|
171 |
example_labels=[
|
|
|
132 |
"# Meta's Universal Model for Atoms (UMA) Demo"
|
133 |
)
|
134 |
|
135 |
+
gr.Image('figures/uma_overview_figures.svg', label="UMA Overview")
|
136 |
+
|
137 |
with gr.Tab("1. First UMA simulation!"):
|
138 |
|
139 |
with gr.Row():
|
|
|
167 |
"OMat",
|
168 |
0,
|
169 |
1,
|
170 |
+
"Congratulations, you just ran your first UMA simulation! This is a molecular dynamics simulation of an inorganic crystal structure that shows the atoms vibrating from thermal motion. Now try running some of the examples in the next tab to more thoroughly explore how UMA can be applied to different domains and types of structures.",
|
171 |
],
|
172 |
],
|
173 |
example_labels=[
|
figures/uma_overview_figure.svg
ADDED
|