gauravguha commited on
Commit
db56085
·
verified ·
1 Parent(s): 83c0625

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ model = joblib.load("superkart_model.joblib")
8
  app = Flask(__name__)
9
 
10
  @app.route("/", methods=["GET"])
11
- def ping():
12
  return "Hello", 200
13
 
14
  @app.route("/ping", methods=["GET"])
 
8
  app = Flask(__name__)
9
 
10
  @app.route("/", methods=["GET"])
11
+ def hello():
12
  return "Hello", 200
13
 
14
  @app.route("/ping", methods=["GET"])