srinidhidevaraj commited on
Commit
8084a55
1 Parent(s): 4c85ea5

added book

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,6 +72,6 @@ def chat():
72
  return result['answer']
73
 
74
 
75
- # if __name__ == '__main__':
76
- # app.run(host="0.0.0.0", port= 8080, debug= True)
77
 
 
72
  return result['answer']
73
 
74
 
75
+ if __name__ == '__main__':
76
+ app.run(host="0.0.0.0", port= 8080, debug= True)
77