darkc0de commited on
Commit
0db2c8f
·
verified ·
1 Parent(s): 55a2fa0

Update app.py

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