Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,6 +83,7 @@ demo = gr.Interface(
|
|
| 83 |
"| 2 | Lean Mixture | Incorrect sensor performance, low fuel pressure, etc. |\n"
|
| 84 |
"| 3 | Low Voltage | Worn spark plugs, faulty ignition cables, etc. |\n"
|
| 85 |
)
|
|
|
|
| 86 |
)
|
| 87 |
|
| 88 |
if __name__ == "__main__":
|
|
|
|
| 83 |
"| 2 | Lean Mixture | Incorrect sensor performance, low fuel pressure, etc. |\n"
|
| 84 |
"| 3 | Low Voltage | Worn spark plugs, faulty ignition cables, etc. |\n"
|
| 85 |
)
|
| 86 |
+
examples=[["sample.csv"]]
|
| 87 |
)
|
| 88 |
|
| 89 |
if __name__ == "__main__":
|