Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
77c5b54
1
Parent(s):
4563b69
more tweaks
Browse files
app.py
CHANGED
|
@@ -552,7 +552,7 @@ def main():
|
|
| 552 |
fn=run_relaxation_simulation,
|
| 553 |
run_on_click=True,
|
| 554 |
cache_examples=True,
|
| 555 |
-
label="
|
| 556 |
)
|
| 557 |
|
| 558 |
gr.Markdown(
|
|
@@ -618,6 +618,12 @@ def main():
|
|
| 618 |
* This demo builds on a number of great open source packages like [gradio_molecule3d](https://huggingface.co/spaces/simonduerr/gradio_molecule3d), [3dmol.js](https://3dmol.csb.pitt.edu/), [ASE](https://wiki.fysik.dtu.dk/ase/), and many others!
|
| 619 |
"""
|
| 620 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 621 |
|
| 622 |
gr.Markdown("## Simulation inputs")
|
| 623 |
|
|
|
|
| 552 |
fn=run_relaxation_simulation,
|
| 553 |
run_on_click=True,
|
| 554 |
cache_examples=True,
|
| 555 |
+
label="Try an example!",
|
| 556 |
)
|
| 557 |
|
| 558 |
gr.Markdown(
|
|
|
|
| 618 |
* This demo builds on a number of great open source packages like [gradio_molecule3d](https://huggingface.co/spaces/simonduerr/gradio_molecule3d), [3dmol.js](https://3dmol.csb.pitt.edu/), [ASE](https://wiki.fysik.dtu.dk/ase/), and many others!
|
| 619 |
"""
|
| 620 |
)
|
| 621 |
+
with gr.Accordion("How fast are these simulations?", open=False):
|
| 622 |
+
gr.Markdown(
|
| 623 |
+
"""
|
| 624 |
+
* Each simulation you see would take days or weeks using a traditional quantum chemistry simulation, but UMA can do it in seconds or minutes!
|
| 625 |
+
* Examples in the demo are cached ahead of time so they should load right away, but if you run a custom simulation you'll see a progress bar while the simulation runs.'
|
| 626 |
+
""")
|
| 627 |
|
| 628 |
gr.Markdown("## Simulation inputs")
|
| 629 |
|