matteocirca commited on
Commit
b384883
·
1 Parent(s): 1eea073

Update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
50
  gr.Number(value=0.0, label="sulphates"),
51
  gr.Number(value=10.0, label="alcohol")
52
  ],
53
- outputs=gr.outputs.Label(label="Predicted Wine Quality"),
54
  )
55
 
56
  demo.launch(debug=True)
 
50
  gr.Number(value=0.0, label="sulphates"),
51
  gr.Number(value=10.0, label="alcohol")
52
  ],
53
+ outputs=gr.Label("Predicted Quality")
54
  )
55
 
56
  demo.launch(debug=True)