VishnuEcoClim commited on
Commit
ee47442
·
1 Parent(s): aef736d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import time
2
  import streamlit as st
3
  import numpy as np
4
- from PIL import Image
5
  import urllib.request
6
  from utils import * # Assuming the gen_labels() and preprocess() functions are in this module
7
 
 
1
  import time
2
  import streamlit as st
3
  import numpy as np
4
+ import PIL
5
  import urllib.request
6
  from utils import * # Assuming the gen_labels() and preprocess() functions are in this module
7