Praneeth KVS commited on
Commit
a436210
·
verified ·
1 Parent(s): 6ec6430

second commit

Browse files
Files changed (1) hide show
  1. agrichat_bot.py +2 -2
agrichat_bot.py CHANGED
@@ -43,8 +43,8 @@ iface = gr.ChatInterface(
43
  clear_btn=None
44
  )
45
 
46
- if __name__ == '__main__':
47
- iface.launch(debug=True)
48
 
49
  #!git config --global credential.helper store
50
 
 
43
  clear_btn=None
44
  )
45
 
46
+ #f __name__ == '__main__':
47
+ iface.launch(debug=True)
48
 
49
  #!git config --global credential.helper store
50