Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
85ef4be
1
Parent(s):
085bc21
smaller text
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def main():
|
|
132 |
"# Meta's Universal Model for Atoms (UMA) Educational Demo"
|
133 |
)
|
134 |
|
135 |
-
with gr.Tab("1. Your first UMA simulation"):
|
136 |
|
137 |
with gr.Row():
|
138 |
gr.Examples(
|
@@ -554,7 +554,7 @@ def main():
|
|
554 |
"Once you understand how the UMA model can be applied to different types of molecules and materials, the final tab above will help you try it out with your own structures! "
|
555 |
)
|
556 |
|
557 |
-
with gr.Tab("3. Try UMA
|
558 |
gr.Markdown(
|
559 |
"""
|
560 |
As the final step of the demo, try running your own structure through the UMA model!
|
|
|
132 |
"# Meta's Universal Model for Atoms (UMA) Educational Demo"
|
133 |
)
|
134 |
|
135 |
+
with gr.Tab("1. Your first UMA simulation!"):
|
136 |
|
137 |
with gr.Row():
|
138 |
gr.Examples(
|
|
|
554 |
"Once you understand how the UMA model can be applied to different types of molecules and materials, the final tab above will help you try it out with your own structures! "
|
555 |
)
|
556 |
|
557 |
+
with gr.Tab("3. Try UMA on your structures!"):
|
558 |
gr.Markdown(
|
559 |
"""
|
560 |
As the final step of the demo, try running your own structure through the UMA model!
|