darkc0de commited on
Commit
e3d5f4c
·
verified ·
1 Parent(s): 3df8fe6

Update app.py

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