Umair Khan
commited on
Commit
·
50a98b9
1
Parent(s):
529341f
change import order
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
# custom package installation
|
|
|
|
| 2 |
import spaces
|
| 3 |
|
| 4 |
@spaces.GPU
|
|
@@ -15,8 +16,6 @@ install_custom()
|
|
| 15 |
# - Show UMAP
|
| 16 |
# - Download embeddings (.parquet) + adata with obsm["X_mosaicfm_70m"] (.h5ad)
|
| 17 |
|
| 18 |
-
from __future__ import annotations
|
| 19 |
-
|
| 20 |
import gc
|
| 21 |
import io
|
| 22 |
import os
|
|
|
|
| 1 |
# custom package installation
|
| 2 |
+
from __future__ import annotations
|
| 3 |
import spaces
|
| 4 |
|
| 5 |
@spaces.GPU
|
|
|
|
| 16 |
# - Show UMAP
|
| 17 |
# - Download embeddings (.parquet) + adata with obsm["X_mosaicfm_70m"] (.h5ad)
|
| 18 |
|
|
|
|
|
|
|
| 19 |
import gc
|
| 20 |
import io
|
| 21 |
import os
|