Spaces:
Runtime error
Runtime error
app
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def detect_issue(df):
|
|
18 |
iface = gr.Interface(detect_issue,"dataframe",outputs=[
|
19 |
gr.outputs.Textbox(label="Engine issue"),
|
20 |
gr.outputs.Textbox(label="Engine issue score")],
|
21 |
-
|
22 |
)
|
23 |
|
24 |
|
|
|
18 |
iface = gr.Interface(detect_issue,"dataframe",outputs=[
|
19 |
gr.outputs.Textbox(label="Engine issue"),
|
20 |
gr.outputs.Textbox(label="Engine issue score")],
|
21 |
+
examples = ["examples/sample.csv"]
|
22 |
)
|
23 |
|
24 |
|