Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|