Rohit001 commited on
Commit
3ebda7c
·
1 Parent(s): 080c0ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ def home():
55
 
56
  if __name__ == '__main__':
57
  # app.run(debug=True)
58
- socket.run(app, debug=True,port=8080,host='0.0.0.0')
 
55
 
56
  if __name__ == '__main__':
57
  # app.run(debug=True)
58
+ socket.run(app,host="0.0.0.0", port=7860)