Shalani08 commited on
Commit
3514da2
·
verified ·
1 Parent(s): d8934a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ from cellpose import models
5
  from huggingface_hub import snapshot_download
6
  import os
7
  from io import BytesIO
 
 
8
 
9
  app = FastAPI()
10
 
 
5
  from huggingface_hub import snapshot_download
6
  import os
7
  from io import BytesIO
8
+ import tempfile
9
+
10
 
11
  app = FastAPI()
12