Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def server_busy():
|
|
87 |
'max_capacity': MAX_CONCURRENT_REQUESTS
|
88 |
})
|
89 |
|
90 |
-
@app.route("/
|
91 |
def transcribe():
|
92 |
global active_requests
|
93 |
|
|
|
87 |
'max_capacity': MAX_CONCURRENT_REQUESTS
|
88 |
})
|
89 |
|
90 |
+
@app.route("/whisper_transcribe", methods=["POST"])
|
91 |
def transcribe():
|
92 |
global active_requests
|
93 |
|