Shamima commited on
Commit
02d9a55
1 Parent(s): 51fe0ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -9,10 +9,11 @@ Original file is located at
9
 
10
  # Commented out IPython magic to ensure Python compatibility.
11
 
12
- import numpy as np
13
- import cv2
14
  from sklearn.cluster import KMeans
15
  from collections import Counter
 
 
16
 
17
  import gradio as gr
18
 
 
9
 
10
  # Commented out IPython magic to ensure Python compatibility.
11
 
12
+
 
13
  from sklearn.cluster import KMeans
14
  from collections import Counter
15
+ import numpy as np
16
+ import cv2
17
 
18
  import gradio as gr
19