Spaces:
Runtime error
Runtime error
matteocirca
commited on
Commit
·
b384883
1
Parent(s):
1eea073
Update app
Browse files
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.
|
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)
|