rein0421 commited on
Commit
d9e7de9
·
verified ·
1 Parent(s): 21317c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ def upload_audio():
35
 
36
  if __name__ == '__main__':
37
  port = int(os.environ.get("PORT", 7860))
38
- app.run(debug=True,, host="0.0.0.0", port=port)
 
35
 
36
  if __name__ == '__main__':
37
  port = int(os.environ.get("PORT", 7860))
38
+ app.run(debug=True, host="0.0.0.0", port=port)