hamza2923 commited on
Commit
ee170eb
·
verified ·
1 Parent(s): ce10878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def server_busy():
87
  'max_capacity': MAX_CONCURRENT_REQUESTS
88
  })
89
 
90
- @app.route("/transcribe", methods=["POST"])
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