fischjos commited on
Commit
52b277f
1 Parent(s): 00ce45e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  import numpy as np
 
3
  import matplotlib.pyplot as plt
4
  import tensorflow as tf
5
  from tensorflow.keras.preprocessing.image import ImageDataGenerator
 
1
  import os
2
  import numpy as np
3
+ import gradio as gr
4
  import matplotlib.pyplot as plt
5
  import tensorflow as tf
6
  from tensorflow.keras.preprocessing.image import ImageDataGenerator