Spaces:
Running
Running
Commit
·
1130d52
1
Parent(s):
4cd1a6c
bumping to iohub 0.3.0
Browse files- app.py +1 -1
- requirements.txt +3 -2
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
-
from viscy.
|
4 |
from huggingface_hub import hf_hub_download
|
5 |
from numpy.typing import ArrayLike
|
6 |
import numpy as np
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
+
from viscy.translation.engine import VSUNet
|
4 |
from huggingface_hub import hf_hub_download
|
5 |
from numpy.typing import ArrayLike
|
6 |
import numpy as np
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
2 |
gradio
|
3 |
scikit-image
|
4 |
-
cmap
|
|
|
|
1 |
+
git+https://github.com/mehta-lab/VisCy.git@v0.3.0
|
2 |
gradio
|
3 |
scikit-image
|
4 |
+
cmap
|
5 |
+
pydantic
|