satani commited on
Commit
acf2b04
1 Parent(s): e905e01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def classify_image(img):
9
  image = gr.inputs.Image(shape=(224, 224))
10
  label = gr.outputs.Label()
11
  examples = ['1.jpg', '2.jpg', '3.jpg']
12
-
13
 
14
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
15
  iface.launch(inline=False)
 
9
  image = gr.inputs.Image(shape=(224, 224))
10
  label = gr.outputs.Label()
11
  examples = ['1.jpg', '2.jpg', '3.jpg']
12
+
13
 
14
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
15
  iface.launch(inline=False)