Dooratre commited on
Commit
e3a60fc
·
verified ·
1 Parent(s): 7fb8611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,4 +112,4 @@ def send_static(path):
112
  return send_from_directory('desine', path)
113
 
114
  if __name__ == '__main__':
115
- app.run(host='0.0.0.0',port = 7860)
 
112
  return send_from_directory('desine', path)
113
 
114
  if __name__ == '__main__':
115
+ main()