Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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 |
-
|
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__":
|