Spaces:
Runtime error
Runtime error
Collapseruin
commited on
Commit
•
8fd7e4e
1
Parent(s):
7cde01d
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ demo = gr.Interface(
|
|
33 |
description="Experiment with alcohol, chlorides, density, type, volatil_acidity to predict which flower it is.",
|
34 |
allow_flagging="never",
|
35 |
inputs=[
|
36 |
-
gr.inputs.Number(default=
|
37 |
gr.inputs.Number(default=0.60, label="chlorides"),
|
38 |
gr.inputs.Number(default=1.00, label="density"),
|
39 |
gr.inputs.Number(default=1.00, label="type"),
|
|
|
33 |
description="Experiment with alcohol, chlorides, density, type, volatil_acidity to predict which flower it is.",
|
34 |
allow_flagging="never",
|
35 |
inputs=[
|
36 |
+
gr.inputs.Number(default=10.00, label="alcohol"),
|
37 |
gr.inputs.Number(default=0.60, label="chlorides"),
|
38 |
gr.inputs.Number(default=1.00, label="density"),
|
39 |
gr.inputs.Number(default=1.00, label="type"),
|