Soham Chandratre commited on
Commit
80940eb
·
1 Parent(s): ebeb6ff

minor changes

Browse files
Files changed (1) hide show
  1. model/pothole_model.py +1 -4
model/pothole_model.py CHANGED
@@ -29,10 +29,7 @@ import numpy as np
29
  import requests
30
  from io import BytesIO
31
 
32
- def load_image_model(image):
33
- import tensorflow as tf
34
- from PIL import Image, ImageOps
35
- import numpy as np
36
 
37
  def load_image_model(image):
38
  # Disable scientific notation for clarity
 
29
  import requests
30
  from io import BytesIO
31
 
32
+
 
 
 
33
 
34
  def load_image_model(image):
35
  # Disable scientific notation for clarity