panik commited on
Commit
e52bac8
1 Parent(s): 032b2fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  #gr.inputs.Number()
26
  gr.inputs.Slider(0, 9)
27
  ],
28
- outputs=['image', 'text'],
29
  title='MNIST Digit Sampler',
30
  description='Pick a random digit from the MNIST dataset'
31
  )
 
25
  #gr.inputs.Number()
26
  gr.inputs.Slider(0, 9)
27
  ],
28
+ outputs=[gr.outputs.Image(type='plot'), 'text'],
29
  title='MNIST Digit Sampler',
30
  description='Pick a random digit from the MNIST dataset'
31
  )