vbvbot9117 commited on
Commit
3212948
·
verified ·
1 Parent(s): 11b4853

Update srv.py

Browse files
Files changed (1) hide show
  1. srv.py +1 -1
srv.py CHANGED
@@ -73,4 +73,4 @@ def download_audio():
73
  os.remove(file_name)
74
 
75
  if __name__ == '__main__':
76
- app.run(debug=True)
 
73
  os.remove(file_name)
74
 
75
  if __name__ == '__main__':
76
+ app.run(host='0.0.0.0', port=7860, debug=True)