Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
e9cc0fb
1
Parent(s):
538131f
typo in filepath
Browse files
app.py
CHANGED
|
@@ -690,7 +690,7 @@ def main():
|
|
| 690 |
[
|
| 691 |
str(
|
| 692 |
Path(__file__).parent
|
| 693 |
-
/ "./examples/
|
| 694 |
),
|
| 695 |
300,
|
| 696 |
0.05,
|
|
@@ -716,7 +716,7 @@ def main():
|
|
| 716 |
[
|
| 717 |
str(
|
| 718 |
Path(__file__).parent
|
| 719 |
-
/ "./examples/
|
| 720 |
),
|
| 721 |
300,
|
| 722 |
0.05,
|
|
|
|
| 690 |
[
|
| 691 |
str(
|
| 692 |
Path(__file__).parent
|
| 693 |
+
/ "./examples/pt111_slab.traj"
|
| 694 |
),
|
| 695 |
300,
|
| 696 |
0.05,
|
|
|
|
| 716 |
[
|
| 717 |
str(
|
| 718 |
Path(__file__).parent
|
| 719 |
+
/ "./examples/cu111_slab.traj"
|
| 720 |
),
|
| 721 |
300,
|
| 722 |
0.05,
|