soiz commited on
Commit
84f42bb
·
verified ·
1 Parent(s): ae8b475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ def transcribe_audio():
50
  return jsonify({"error": str(e)}), 500
51
 
52
  if __name__ == '__main__':
53
- app.run(debug=True)
 
50
  return jsonify({"error": str(e)}), 500
51
 
52
  if __name__ == '__main__':
53
+ app.run(debug=True, port=7860)