Wvolf commited on
Commit
9e115d6
1 Parent(s): 1474e21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import numpy as np
2
- from PIL import ImageOps
3
  import gradio as gr
4
  from tensorflow.keras.utils import img_to_array
5
  from tensorflow.keras.models import load_model
 
1
  import numpy as np
2
+ from PIL import Image, ImageOps
3
  import gradio as gr
4
  from tensorflow.keras.utils import img_to_array
5
  from tensorflow.keras.models import load_model