Spaces:
Runtime error
Runtime error
app
Browse files
app.py
CHANGED
|
@@ -16,10 +16,10 @@ def detect_issue(df):
|
|
| 16 |
|
| 17 |
|
| 18 |
iface = gr.Interface(detect_issue,"dataframe",outputs=[
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
|
| 24 |
|
| 25 |
iface.launch()
|
|
|
|
| 16 |
|
| 17 |
|
| 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 |
|
| 25 |
iface.launch()
|