Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,9 +18,9 @@ os.environ["PYOPENGL_PLATFORM"] = "egl"
|
|
| 18 |
# os.system("wget https://zenodo.org/records/10124594/files/Tensile2d.tar.gz")
|
| 19 |
# os.system("tar -xvf Tensile2d.tar.gz")
|
| 20 |
|
| 21 |
-
hf_dataset = load_dataset("PLAID-datasets/AirfRANS_original", split="all_samples
|
| 22 |
|
| 23 |
-
nb_samples =
|
| 24 |
|
| 25 |
field_names_train = ["Ux", "Uy", "p", "nut", "implicit_distance"]
|
| 26 |
|
|
|
|
| 18 |
# os.system("wget https://zenodo.org/records/10124594/files/Tensile2d.tar.gz")
|
| 19 |
# os.system("tar -xvf Tensile2d.tar.gz")
|
| 20 |
|
| 21 |
+
hf_dataset = load_dataset("PLAID-datasets/AirfRANS_original", split="all_samples")
|
| 22 |
|
| 23 |
+
nb_samples = 1000
|
| 24 |
|
| 25 |
field_names_train = ["Ux", "Uy", "p", "nut", "implicit_distance"]
|
| 26 |
|