geethareddy commited on
Commit
0679b1b
·
verified ·
1 Parent(s): f912713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ def transcribe():
79
  return jsonify({"error": f"Speech recognition error: {str(e)}"}), 500
80
 
81
  if __name__ == "__main__":
82
- serve(app, host="0.0.0.0", port=7860)
 
79
  return jsonify({"error": f"Speech recognition error: {str(e)}"}), 500
80
 
81
  if __name__ == "__main__":
82
+ serve(app, host="0.0.0.0", port=7860)