chendl commited on
Commit
73d8951
·
1 Parent(s): 67499ff

update chat

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ os.system("cd multimodal/YOLOX && pip install .")
5
  import numpy as np
6
  import torch
7
  from PIL import Image
 
8
 
9
 
10
  import string
 
5
  import numpy as np
6
  import torch
7
  from PIL import Image
8
+ import tempfile
9
 
10
 
11
  import string