rahulmishra commited on
Commit
fc17be6
·
1 Parent(s): eca5df3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,8 +53,7 @@ def view_random_image(target_dir, target_class):
53
  return img
54
 
55
  # View a random image from the training dataset
56
- img = view_random_image(target_dir="pizza_steak/train/",
57
- target_class="steak")
58
 
59
  import tensorflow as tf
60
  from tensorflow.keras.preprocessing.image import ImageDataGenerator
 
53
  return img
54
 
55
  # View a random image from the training dataset
56
+ img = view_random_image(target_dir="pizza_steak/train/",target_class="steak")
 
57
 
58
  import tensorflow as tf
59
  from tensorflow.keras.preprocessing.image import ImageDataGenerator