pierrelf commited on
Commit
35ebb37
·
1 Parent(s): 18f89b6

Update output label in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,6 +43,6 @@ iface = gr.Interface(
43
  gr.Number(label="type"),
44
  gr.Number(label="volatile acidity"),
45
  ],
46
- outputs=gr.Number(type="number"))
47
 
48
  iface.launch()
 
43
  gr.Number(label="type"),
44
  gr.Number(label="volatile acidity"),
45
  ],
46
+ outputs=gr.Number(label="quality"))
47
 
48
  iface.launch()