Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
cf2dead
1
Parent(s):
f79c054
no fullscreen button
Browse files
app.py
CHANGED
|
@@ -134,7 +134,8 @@ def main():
|
|
| 134 |
label="UMA Overview",
|
| 135 |
show_share_button=False,
|
| 136 |
show_download_button=False,
|
| 137 |
-
show_label=False
|
|
|
|
| 138 |
)
|
| 139 |
|
| 140 |
gr.Markdown(
|
|
@@ -567,7 +568,7 @@ def main():
|
|
| 567 |
|
| 568 |
To use a custom input structure with this demo:
|
| 569 |
1. [Request gated model access.](https://huggingface.co/facebook/UMA) Requests for model access are typically processed within a matter of minutes.
|
| 570 |
-
2. Login to Hugging Face using the "Sign in with Hugging Face button" in the inputs
|
| 571 |
3. Then upload a structure file below and click run!
|
| 572 |
|
| 573 |
* Note that uploaded structure will be stored by this demo to analyze model usage and identify domains where model accuracy can be improved.
|
|
@@ -604,13 +605,7 @@ def main():
|
|
| 604 |
* Meta's Fundamental AI Research Lab (FAIR) is drastically accelerating this process by developing accurate and generalizable machine learning models, building on work by academic, industrial, and national lab collaborators.
|
| 605 |
"""
|
| 606 |
)
|
| 607 |
-
|
| 608 |
-
gr.Markdown(
|
| 609 |
-
"""
|
| 610 |
-
* The model code is available on github at [FAIR chemistry repo](https://github.com/facebookresearch/fairchem)
|
| 611 |
-
* 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!
|
| 612 |
-
"""
|
| 613 |
-
)
|
| 614 |
with gr.Accordion("How fast are these simulations?", open=False):
|
| 615 |
gr.Markdown(
|
| 616 |
"""
|
|
@@ -627,6 +622,14 @@ def main():
|
|
| 627 |
"""
|
| 628 |
)
|
| 629 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 630 |
gr.Markdown("## Debugging")
|
| 631 |
|
| 632 |
with gr.Accordion("Simulation took >5min", open=False):
|
|
|
|
| 134 |
label="UMA Overview",
|
| 135 |
show_share_button=False,
|
| 136 |
show_download_button=False,
|
| 137 |
+
show_label=False,
|
| 138 |
+
show_fullscreen_button=False,
|
| 139 |
)
|
| 140 |
|
| 141 |
gr.Markdown(
|
|
|
|
| 568 |
|
| 569 |
To use a custom input structure with this demo:
|
| 570 |
1. [Request gated model access.](https://huggingface.co/facebook/UMA) Requests for model access are typically processed within a matter of minutes.
|
| 571 |
+
2. Login to Hugging Face using the "Sign in with Hugging Face button" in the inputs section.
|
| 572 |
3. Then upload a structure file below and click run!
|
| 573 |
|
| 574 |
* Note that uploaded structure will be stored by this demo to analyze model usage and identify domains where model accuracy can be improved.
|
|
|
|
| 605 |
* Meta's Fundamental AI Research Lab (FAIR) is drastically accelerating this process by developing accurate and generalizable machine learning models, building on work by academic, industrial, and national lab collaborators.
|
| 606 |
"""
|
| 607 |
)
|
| 608 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 609 |
with gr.Accordion("How fast are these simulations?", open=False):
|
| 610 |
gr.Markdown(
|
| 611 |
"""
|
|
|
|
| 622 |
"""
|
| 623 |
)
|
| 624 |
|
| 625 |
+
with gr.Accordion("Open source packages in this demo", open=False):
|
| 626 |
+
gr.Markdown(
|
| 627 |
+
"""
|
| 628 |
+
* The model code is available on github at [FAIR chemistry repo](https://github.com/facebookresearch/fairchem)
|
| 629 |
+
* 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!
|
| 630 |
+
"""
|
| 631 |
+
)
|
| 632 |
+
|
| 633 |
gr.Markdown("## Debugging")
|
| 634 |
|
| 635 |
with gr.Accordion("Simulation took >5min", open=False):
|