ahmedtanvir47 commited on
Commit
cd80c9d
·
verified ·
1 Parent(s): 90d3431

inputs outputs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ def recognize_image(image):
18
 
19
 
20
  #!export
21
- image = gr.Image()
22
- label = gr.Label()
23
  examples = [
24
  'test_images/unknown_00.jpg',
25
  'test_images/unknown_01.jpg',
 
18
 
19
 
20
  #!export
21
+ image = gr.inputs.Image()
22
+ label = gr.outputs.Label()
23
  examples = [
24
  'test_images/unknown_00.jpg',
25
  'test_images/unknown_01.jpg',