Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
40da54c
1
Parent(s):
8536464
small tweaks
Browse files
app.py
CHANGED
|
@@ -368,16 +368,16 @@ def main():
|
|
| 368 |
],
|
| 369 |
],
|
| 370 |
example_labels=[
|
| 371 |
-
"
|
| 372 |
-
"
|
| 373 |
-
"
|
| 374 |
-
"
|
| 375 |
-
"
|
| 376 |
-
"
|
| 377 |
-
"
|
| 378 |
-
"
|
| 379 |
-
"
|
| 380 |
-
"
|
| 381 |
],
|
| 382 |
inputs=[
|
| 383 |
input_structure,
|
|
@@ -520,15 +520,15 @@ def main():
|
|
| 520 |
],
|
| 521 |
],
|
| 522 |
example_labels=[
|
| 523 |
-
"
|
| 524 |
-
"
|
| 525 |
-
"
|
| 526 |
-
"
|
| 527 |
-
"
|
| 528 |
-
"
|
| 529 |
-
"
|
| 530 |
-
"
|
| 531 |
-
"
|
| 532 |
],
|
| 533 |
inputs=[
|
| 534 |
input_structure,
|
|
@@ -549,7 +549,7 @@ def main():
|
|
| 549 |
fn=run_relaxation_simulation,
|
| 550 |
run_on_click=True,
|
| 551 |
cache_examples=True,
|
| 552 |
-
label="
|
| 553 |
)
|
| 554 |
|
| 555 |
gr.Markdown(
|
|
|
|
| 368 |
],
|
| 369 |
],
|
| 370 |
example_labels=[
|
| 371 |
+
"Transition metal complex",
|
| 372 |
+
"Organic molecular crystal",
|
| 373 |
+
"Inorganic crystal",
|
| 374 |
+
"High-entropy alloy",
|
| 375 |
+
"Catalyst surface/adsorbate",
|
| 376 |
+
"Ligated gold nanoparticle crystal",
|
| 377 |
+
"Neutral ethylene carbonate",
|
| 378 |
+
"Radical anion ethylene carbonate",
|
| 379 |
+
"Solvated protein",
|
| 380 |
+
"CO2 in a metal organic framework",
|
| 381 |
],
|
| 382 |
inputs=[
|
| 383 |
input_structure,
|
|
|
|
| 520 |
],
|
| 521 |
],
|
| 522 |
example_labels=[
|
| 523 |
+
"bis(EDA)Cu TM complex with charge=1, spin=1",
|
| 524 |
+
"bis(EDA)Cu TM complex with charge=2, spin=2",
|
| 525 |
+
"Transition metal complex w ligands",
|
| 526 |
+
"Organic molecular crystal",
|
| 527 |
+
"Inorganic crystal",
|
| 528 |
+
"High-entropy alloy",
|
| 529 |
+
"Catalyst surface/adsorbate",
|
| 530 |
+
"Solvated protein",
|
| 531 |
+
"Co-adsorbed H2O/CO2 in a porous material",
|
| 532 |
],
|
| 533 |
inputs=[
|
| 534 |
input_structure,
|
|
|
|
| 549 |
fn=run_relaxation_simulation,
|
| 550 |
run_on_click=True,
|
| 551 |
cache_examples=True,
|
| 552 |
+
label="Relaxation examples!",
|
| 553 |
)
|
| 554 |
|
| 555 |
gr.Markdown(
|