kyanmahajan commited on
Commit
5100a45
·
verified ·
1 Parent(s): c5d954a

Update wound_class.py

Browse files
Files changed (1) hide show
  1. wound_class.py +1 -1
wound_class.py CHANGED
@@ -139,6 +139,6 @@ def predict():
139
 
140
 
141
  if __name__ == '__main__':
142
- app.run(debug=True, host="127.0.0.1", port=7860)
143
 
144
 
 
139
 
140
 
141
  if __name__ == '__main__':
142
+ app.run(host='0.0.0.0', port=7860, debug=True)
143
 
144