syurein commited on
Commit
855ced2
·
1 Parent(s): 3ae57fa
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -10,7 +10,7 @@
10
  # Commented out IPython magic to ensure Python compatibility.
11
 
12
 
13
-
14
  from fastapi.templating import Jinja2Templates
15
  import os
16
  import supervision as sv
 
10
  # Commented out IPython magic to ensure Python compatibility.
11
 
12
 
13
+ import tempfile
14
  from fastapi.templating import Jinja2Templates
15
  import os
16
  import supervision as sv
requirements.txt CHANGED
@@ -73,4 +73,5 @@ zipp==3.20.2
73
  supervision
74
  onnxruntime
75
  google-genai
76
- dotenv
 
 
73
  supervision
74
  onnxruntime
75
  google-genai
76
+ dotenv
77
+ moondream