Marthee commited on
Commit
4e3d98d
·
verified ·
1 Parent(s): 422a84b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def processrawan():
77
  return jsonify({"error": str(e)}), 500
78
 
79
 
80
- @app.route('/processalltext', methods=['POST'])
81
  def processalltextTotext():
82
  # check_api_key()
83
  try:
 
77
  return jsonify({"error": str(e)}), 500
78
 
79
 
80
+ @app.route('/processalltext1', methods=['POST'])
81
  def processalltextTotext():
82
  # check_api_key()
83
  try: