lyimo commited on
Commit
7dc18b1
·
verified ·
1 Parent(s): eef30c9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -55,4 +55,4 @@ def audio(filename):
55
  return send_file(filename, as_attachment=True)
56
 
57
  if __name__ == '__main__':
58
- app.run(host='0.0.0.0', port=8000)
 
55
  return send_file(filename, as_attachment=True)
56
 
57
  if __name__ == '__main__':
58
+ app.run()