BilalSardar commited on
Commit
0763beb
1 Parent(s): 111e60c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  import fast_colorthief
4
  import webcolors
5
  from PIL import Image
 
6
  thres = 0.45 # Threshold to detect object
7
 
8
 
 
3
  import fast_colorthief
4
  import webcolors
5
  from PIL import Image
6
+ import numpy as np
7
  thres = 0.45 # Threshold to detect object
8
 
9