Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ def processrawan():
|
|
| 77 |
return jsonify({"error": str(e)}), 500
|
| 78 |
|
| 79 |
|
| 80 |
-
@app.route('/
|
| 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:
|