Matej commited on
Commit
22824ef
1 Parent(s): 365846d

remove mixed breed examples

Browse files
Files changed (3) hide show
  1. app.py +2 -2
  2. examples/molly.jpg +0 -0
  3. examples/nala.jpg +0 -0
app.py CHANGED
@@ -12,7 +12,7 @@ model_info = """
12
 
13
  """
14
 
15
- examples = [["./examples/nala.jpg"], ["./examples/molly.jpg"]]
16
 
17
  def preprocess(image):
18
  print("before resize", image.shape)
@@ -40,7 +40,7 @@ iface = gr.Interface(
40
  outputs=[gr.Label(num_top_classes=5)],
41
  title="Dog Vision Mini Project",
42
  description=f"{model_info}\n",
43
- examples=examples
44
  )
45
 
46
  iface.launch()
 
12
 
13
  """
14
 
15
+ #examples = [["./examples/nala.jpg"], ["./examples/molly.jpg"]]
16
 
17
  def preprocess(image):
18
  print("before resize", image.shape)
 
40
  outputs=[gr.Label(num_top_classes=5)],
41
  title="Dog Vision Mini Project",
42
  description=f"{model_info}\n",
43
+ #examples=examples
44
  )
45
 
46
  iface.launch()
examples/molly.jpg DELETED
Binary file (164 kB)
 
examples/nala.jpg DELETED
Binary file (101 kB)