Rohit001 commited on
Commit
8e95f89
1 Parent(s): 330a8ae

Update app.py

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