sdCarr commited on
Commit
938f6d3
1 Parent(s): cb697c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def classify_image(img):
20
  # Cell
21
  image = gr.inputs.Image(shape=(192, 192))
22
  label = gr.outputs.Label()
23
- examples = ['amarillo-real.jpeg','rojo-balmoral.jpg','ngro-sudafrica.jpeg']
24
  # Cell
25
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
26
  intf.launch()
 
20
  # Cell
21
  image = gr.inputs.Image(shape=(192, 192))
22
  label = gr.outputs.Label()
23
+ examples = ['amarillo-real.jpeg','rojo-balmoral.jpg','negro-sudafrica.jpeg']
24
  # Cell
25
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
26
  intf.launch()