Jose Marie Antonio Minoza
commited on
Commit
·
1402dca
1
Parent(s):
7f5bb12
Initial commit
Browse files- app.py +1 -1
- samples/sample.npy +3 -0
app.py
CHANGED
|
@@ -142,7 +142,7 @@ def create_sample_data():
|
|
| 142 |
# Save to a temporary file
|
| 143 |
sample_dir = Path("samples")
|
| 144 |
sample_dir.mkdir(exist_ok=True)
|
| 145 |
-
sample_path = sample_dir / "
|
| 146 |
np.save(sample_path, z)
|
| 147 |
|
| 148 |
return str(sample_path)
|
|
|
|
| 142 |
# Save to a temporary file
|
| 143 |
sample_dir = Path("samples")
|
| 144 |
sample_dir.mkdir(exist_ok=True)
|
| 145 |
+
sample_path = sample_dir / "sample.npy"
|
| 146 |
np.save(sample_path, z)
|
| 147 |
|
| 148 |
return str(sample_path)
|
samples/sample.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e467073b037e7d8b856653b8855b9301b71ac2934dc80a2d192d7c5b1c1ea8a
|
| 3 |
+
size 8320
|