Khaled27 commited on
Commit
0ed340b
1 Parent(s): 1704c51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,7 +42,7 @@ def get_text():
42
  return disease
43
 
44
 
45
- if __name__ == '__app__':
46
- app.run(host='192.168.1.7', port=5000 )
47
  # if __name__ == '__app__':
48
- # app.run( host=0.0.0.0,port=8080)
 
 
 
42
  return disease
43
 
44
 
 
 
45
  # if __name__ == '__app__':
46
+ # app.run(host='192.168.1.7', port=5000 )
47
+ if __name__ == '__app__':
48
+ app.run( host='0.0.0.0',port=8080)