Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import numpy as np
|
| 2 |
import gradio as gr
|
|
|
|
| 3 |
import cv2
|
| 4 |
from cellpose import models
|
| 5 |
from matplotlib.colors import hsv_to_rgb
|
|
|
|
| 1 |
import numpy as np
|
| 2 |
import gradio as gr
|
| 3 |
+
import spaces
|
| 4 |
import cv2
|
| 5 |
from cellpose import models
|
| 6 |
from matplotlib.colors import hsv_to_rgb
|