srinidhidevaraj commited on
Commit
b222141
1 Parent(s): 6f4d292

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