PatilShruti commited on
Commit
a309875
·
verified ·
1 Parent(s): f5442f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -73,8 +73,8 @@ chatbot_ui = gr.Interface(
73
  )
74
 
75
  # Launch Gradio UI
76
- chatbot_ui.launch(share=True)
77
 
78
 
79
- #if __name__ == "__main__":
80
- # chatbot_ui.launch()
 
73
  )
74
 
75
  # Launch Gradio UI
76
+ #chatbot_ui.launch(share=True)
77
 
78
 
79
+ if __name__ == "__main__":
80
+ chatbot_ui.launch()