Update output label in app.py
Browse files
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(
|
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()
|