czkaiweb commited on
Commit
e0b3223
·
1 Parent(s): 6796683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def inference(input_image):
56
  return result
57
 
58
  inputs = gr.inputs.Image(type='pil')
59
- outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
60
 
61
  title = "MOBILENET V2"
62
  description = "Gradio demo for MOBILENET V2, Efficient networks optimized for speed and memory, with residual blocks. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
 
56
  return result
57
 
58
  inputs = gr.inputs.Image(type='pil')
59
+ outputs = gr.Label(type="confidences",num_top_classes=5)
60
 
61
  title = "MOBILENET V2"
62
  description = "Gradio demo for MOBILENET V2, Efficient networks optimized for speed and memory, with residual blocks. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."