Docfile commited on
Commit
ea9e508
·
verified ·
1 Parent(s): 3fd7247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -121,7 +121,6 @@ def gpt_francais():
121
  return jsonify({"output": str(e)}), 500
122
 
123
  @app.route('/api/etude-texte', methods=['POST'])
124
- @telegram_notification
125
  def gpt_francais_cc():
126
  """Handles text analysis for French (currently under development)."""
127
  if 'image' not in request.files:
 
121
  return jsonify({"output": str(e)}), 500
122
 
123
  @app.route('/api/etude-texte', methods=['POST'])
 
124
  def gpt_francais_cc():
125
  """Handles text analysis for French (currently under development)."""
126
  if 'image' not in request.files: