paddle12 commited on
Commit
d4a928a
·
verified ·
1 Parent(s): 771f8c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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__":