Lokiiparihar commited on
Commit
d7a360c
·
verified ·
1 Parent(s): 92d75ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def predict():
20
  return jsonify({'error': str(e)}), 400
21
 
22
  if __name__ == '__main__':
23
- superkart_api.run(debug=True)
 
20
  return jsonify({'error': str(e)}), 400
21
 
22
  if __name__ == '__main__':
23
+ app.run(debug=True)