hamza2923 commited on
Commit
e480215
·
verified ·
1 Parent(s): 24c4fb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ def whisper_transcribe():
42
  return jsonify({'error': 'Transcription failed'}), 500
43
 
44
  if __name__ == "__main__":
45
- app.run(host="0.0.0.0", debug=True, port=7860)
 
42
  return jsonify({'error': 'Transcription failed'}), 500
43
 
44
  if __name__ == "__main__":
45
+ app.run(host="0.0.0.0", debug=True, port=7860, threaded=True)