darkc0de commited on
Commit
822035b
·
verified ·
1 Parent(s): 07f69aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ with gr.Blocks() as demo:
41
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
42
 
43
  if __name__ == "__main__":
44
- demo.launch(show_api=False, share=False)
 
41
  gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
42
 
43
  if __name__ == "__main__":
44
+ demo.launch(show_api=True, share=False)