guiwitz commited on
Commit
c8b02c2
·
1 Parent(s): 1875b4e

fix output warning

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,6 +14,6 @@ def recognize_digit(image):
14
 
15
  gr.Interface(fn=recognize_digit,
16
  inputs="sketchpad",
17
- outputs=gr.outputs.Label(num_top_classes=3),
18
  live=True,
19
  description="Live MNIST.").launch();
 
14
 
15
  gr.Interface(fn=recognize_digit,
16
  inputs="sketchpad",
17
+ outputs=gr.Label(num_top_classes=3),
18
  live=True,
19
  description="Live MNIST.").launch();