soiz commited on
Commit
0daa342
·
verified ·
1 Parent(s): 30eeb1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,4 +144,4 @@ def voice_conversion_api():
144
 
145
  if __name__ == "__main__":
146
  # Run the Flask app
147
- app.run(debug=True)
 
144
 
145
  if __name__ == "__main__":
146
  # Run the Flask app
147
+ app.run(debug=True, port=7860)