karensanchez commited on
Commit
589b4a0
·
1 Parent(s): b2ee771

forcing the use of Pillow 9.5.0

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ except:
10
  import os
11
 
12
  os.system('pip install git+https://github.com/aim-uofa/AdelaiDet.git')
13
-
14
 
15
  import gradio as gr
16
 
 
10
  import os
11
 
12
  os.system('pip install git+https://github.com/aim-uofa/AdelaiDet.git')
13
+ os.system('pip install Pillow==9.5.0')
14
 
15
  import gradio as gr
16