5m4ck3r commited on
Commit
82d3d8c
·
verified ·
1 Parent(s): a9c5cce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,4 +160,4 @@ with gr.Blocks() as demo:
160
  )
161
  chat_box.submit(chat_function, inputs=[chat_box, chat_display], outputs=[chat_display, chat_box])
162
 
163
- demo.launch(enable_api=False)
 
160
  )
161
  chat_box.submit(chat_function, inputs=[chat_box, chat_display], outputs=[chat_display, chat_box])
162
 
163
+ demo.launch(show_api=False)