Spaces:
Runtime error
Runtime error
app
Browse files
app.py
CHANGED
@@ -21,7 +21,8 @@ iface = gr.Interface(detect_issue,gr.inputs.File(label="csv file"),
|
|
21 |
# gr.outputs.Textbox(label="Engine issue"),
|
22 |
# gr.outputs.Textbox(label="Engine issue score")],
|
23 |
examples=["sample.csv","sample2.csv"], title="Classification of Ford Motor data",
|
24 |
-
description = "Model for predicting issues in Ford engines
|
|
|
25 |
# examples = ["sample.csv"],
|
26 |
)
|
27 |
|
|
|
21 |
# gr.outputs.Textbox(label="Engine issue"),
|
22 |
# gr.outputs.Textbox(label="Engine issue score")],
|
23 |
examples=["sample.csv","sample2.csv"], title="Classification of Ford Motor data",
|
24 |
+
description = "Model for predicting issues in Ford engines.",
|
25 |
+
article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
|
26 |
# examples = ["sample.csv"],
|
27 |
)
|
28 |
|