Jacaranda commited on
Commit
528d9ae
·
1 Parent(s): ab2a77a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  outputs="text",
36
  title="Batch Facility Name Prediction",
37
  description="Upload a CSV file with facility names and get the predictions in a CSV file",
38
- examples=[["input.csv", "output.csv"]],
39
  )
40
 
41
  if __name__ == "__main__":
 
35
  outputs="text",
36
  title="Batch Facility Name Prediction",
37
  description="Upload a CSV file with facility names and get the predictions in a CSV file",
38
+ #examples=[["input.csv", "output.csv"]],
39
  )
40
 
41
  if __name__ == "__main__":