kyanmahajan commited on
Commit
0ef13a7
·
verified ·
1 Parent(s): 87ea4bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,6 +127,6 @@ def predict():
127
 
128
 
129
  if __name__ == '__main__':
130
- app.run(debug=True)
131
 
132
 
 
127
 
128
 
129
  if __name__ == '__main__':
130
+ app.run(host='0.0.0.0', port=7860, debug=True)
131
 
132