Skip to content

Commit

Permalink
fix: fix flask api port
Browse files Browse the repository at this point in the history
  • Loading branch information
octadion committed Feb 27, 2024
1 parent 98dfdaa commit 7269030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ def gtts():
return send_file('./runs/test/output_audio.wav', mimetype='audio/wav')

if __name__ == "__main__":
app.run(host='0.0.0.0', port='5000')
app.run(host='0.0.0.0', port='8001')

0 comments on commit 7269030

Please sign in to comment.