FarziBuilder commited on
Commit
f37bc90
·
1 Parent(s): 793993d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,5 +39,5 @@ def classify_image(img):
39
  image = gr.components.Image()
40
  label = gr.components.Label()
41
 
42
- intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
43
  intf.launch(inline=False)
 
39
  image = gr.components.Image()
40
  label = gr.components.Label()
41
 
42
+ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
43
  intf.launch(inline=False)